Merge pull request #15 from rwirth/issue_14

execute the dnsimp test in the right directory
This commit is contained in:
Sylvestre Ledru
2015-09-17 11:02:47 +02:00
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ LDADD=$(top_builddir)/libarpack.la $(BLAS_LIBS) $(LAPACK_LIBS)
AM_DEFAULT_SOURCE_EXT = .f
check_PROGRAMS = dnsimp bug_1315_single bug_1315_double bug_1323
TESTS = $(check_PROGRAMS)
TESTS = test-dnsimp.sh bug_1315_single bug_1315_double bug_1323
EXTRA_DIST = testA.mtx
EXTRA_DIST = testA.mtx test-dnsimp.sh
dnsimp_SOURCES = dnsimp.f mmio.f debug.h
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
pwd=$(pwd)
cd "$srcdir" && exec "$pwd/dnsimp"