diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-11-02 20:20:06 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-11-02 20:20:06 (GMT) |
commit | 7fd471c43c097862825a48e8302ad78a8ab6a7b0 (patch) | |
tree | 446af484105bcc3bacea677bf2e47622bd1374a6 /tools/Makefile.in | |
parent | 254ae8d43d796c02aedfb7393726a80be14b95d5 (diff) | |
download | hdf5-7fd471c43c097862825a48e8302ad78a8ab6a7b0.zip hdf5-7fd471c43c097862825a48e8302ad78a8ab6a7b0.tar.gz hdf5-7fd471c43c097862825a48e8302ad78a8ab6a7b0.tar.bz2 |
[svn-r861] Set RUNTEST to /bin/sh because the test is actually a shell script file.
Updated development version too.
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 8c401ac..3de71b1 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -10,7 +10,9 @@ CPPFLAGS=-I../src -I. @CPPFLAGS@ # Tools test targets. +# Use /bin/sh to use because the test is actually a shell script file. TESTS=testh5dump +RUNTEST=/bin/sh # These are our main targets: PROGS=h5debug h5import h5ls h5repart h5dump |