[gmsh] 01/01: fix custom test (in preparation for gmsh 3)
Nico Schlömer
nschloe-guest at moszumanska.debian.org
Fri Sep 22 12:05:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
nschloe-guest pushed a commit to branch master
in repository gmsh.
commit 5e7b80b84201e7b002c287c7791ae93796430697
Author: Nico Schlömer <nico.schloemer at gmail.com>
Date: Fri Sep 22 14:05:16 2017 +0200
fix custom test (in preparation for gmsh 3)
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 676c589..86fed6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,8 +73,8 @@ override_dh_auto_build:
override_dh_auto_test:
mkdir test-dir
-ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs)))`
- cp demos/transfinite.geo test-dir
+ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs)))
+ cp demos/simple_geo/transfinite.geo test-dir
cd test-dir; $(BUILDDIR)/gmsh transfinite.geo -2 -o transfinite2d.mesh
cd test-dir; $(BUILDDIR)/gmsh transfinite.geo -3 -o transfinite3d.mesh
cd test-dir; $(BUILDDIR)/gmsh transfinite.geo -2 -o transfinite2d.msh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gmsh.git
More information about the debian-science-commits
mailing list