diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-10-24 18:31:49 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-10-24 18:31:49 (GMT) |
commit | 810d2979cc28e0a197ee0b39b32e221e88bcbe85 (patch) | |
tree | a1a1e9d2314e2b835dcb7015d0b92ec925481044 /tools/Makefile.in | |
parent | 7b7a34b33d7788a4b44e9574dbcef6d9eee8ef72 (diff) | |
download | hdf5-810d2979cc28e0a197ee0b39b32e221e88bcbe85.zip hdf5-810d2979cc28e0a197ee0b39b32e221e88bcbe85.tar.gz hdf5-810d2979cc28e0a197ee0b39b32e221e88bcbe85.tar.bz2 |
[svn-r2724] Purpose:
new feature
Description:
h5ls was not tested
Solution:
Added a test script, testh5ls.sh, to give h5ls some tests.
Since the output from h5ls is sometime machine dependent (e.g.,
Datatypes), can not compare them with expected output. For now,
run it against various hdf5 binary files. If it exits with 0,
consider it passes.
Platforms tested:
IRIX64, eirene, arabica.
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 95c8085..84184df 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -15,7 +15,8 @@ CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src @CPPFLAGS@ ## Test programs and scripts. TEST_PROGS=talign -TEST_SCRIPTS=$(srcdir)/testh5dump.sh @TESTH5TOH4@ @TESTH4TOH5@ +TEST_SCRIPTS=$(srcdir)/testh5dump.sh $(srcdir)/testh5ls.sh \ + @TESTH5TOH4@ @TESTH4TOH5@ ## These are our main targets: library and tools. We link this library ## statically because some systems can only link executables to a single |