[admesh] 02/03: Refresh regression tests.

Anton Gladky gladk at moszumanska.debian.org
Wed Aug 6 21:13:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository admesh.

commit e024618e17084526f3e2abc75f3418cea4dc4195
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Aug 6 22:45:38 2014 +0200

    Refresh regression tests.
---
 debian/patches/add-regression-test |  4 ++--
 debian/tests/regression            |  4 ++--
 debian/tests/tmp                   | 20 --------------------
 3 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/debian/patches/add-regression-test b/debian/patches/add-regression-test
index aa3df7e..8c6bec2 100644
--- a/debian/patches/add-regression-test
+++ b/debian/patches/add-regression-test
@@ -9,7 +9,7 @@ Last-Update: 2011-02-06
 --- /dev/null
 +++ b/regression_test/regression_test_output_etalon
 @@ -0,0 +1,36 @@
-+ADMesh version 0.97.3, Copyright (C) 1995, 1996 Anthony D. Martin
++ADMesh version 0.98.0, Copyright (C) 1995, 1996 Anthony D. Martin
 +ADMesh comes with NO WARRANTY.  This is free software, and you are welcome to
 +redistribute it under certain conditions.  See the file COPYING for details.
 +Opening block.stl
@@ -22,7 +22,7 @@ Last-Update: 2011-02-06
 +Calculating volume...
 +Verifying neighbors...
 +
-+================= Results produced by ADMesh version 0.97.3 ================
++================= Results produced by ADMesh version 0.98.0 ================
 +Input file         : block.stl
 +File type          : ASCII STL file
 +Header             : SOLID  Untitled1
diff --git a/debian/tests/regression b/debian/tests/regression
index 7c078e8..2532bed 100755
--- a/debian/tests/regression
+++ b/debian/tests/regression
@@ -98,7 +98,7 @@ ENDSOLID  Untitled1
 EOF
 
 cat <<EOF > regression_test_output_etalon
-ADMesh version 0.97.3, Copyright (C) 1995, 1996 Anthony D. Martin
+ADMesh version 0.98.0, Copyright (C) 1995, 1996 Anthony D. Martin
 ADMesh comes with NO WARRANTY.  This is free software, and you are welcome to
 redistribute it under certain conditions.  See the file COPYING for details.
 Opening block.stl
@@ -111,7 +111,7 @@ Checking normal values...
 Calculating volume...
 Verifying neighbors...
 
-================= Results produced by ADMesh version 0.97.3 ================
+================= Results produced by ADMesh version 0.98.0 ================
 Input file         : block.stl
 File type          : ASCII STL file
 Header             : SOLID  Untitled1
diff --git a/debian/tests/tmp b/debian/tests/tmp
deleted file mode 100644
index 59c7238..0000000
--- a/debian/tests/tmp
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-# autopkgtest check: Build and run a program against libmedc
-# (C) 2014 Anton Gladky
-# Author: Anton Gladky <gladk at debian.org>
-
-set -e
-
-WORKDIR=$(mktemp -d)
-trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
-cd $WORKDIR
-cat <<EOF > usescase.c
-
-
-EOF
-
-gcc -I/usr/include/mpi -I/usr/include -lmedC  -o usescase usescase.c
-echo "build: OK"
-[ -x usescase ]
-./usescase
-echo "run: OK"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/admesh.git



More information about the debian-science-commits mailing list