diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2012-03-23 10:57:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2012-03-23 10:57:34 (GMT) |
commit | 0083cfc35bd668289bd8e686841de0db08f98e3a (patch) | |
tree | e73d89c38b357efba47f1a12190de6c703616342 /tools | |
parent | 542acd43b81ccf2001a7d0229258f5c4ecf359a7 (diff) | |
download | hdf5-0083cfc35bd668289bd8e686841de0db08f98e3a.zip hdf5-0083cfc35bd668289bd8e686841de0db08f98e3a.tar.gz hdf5-0083cfc35bd668289bd8e686841de0db08f98e3a.tar.bz2 |
[svn-r22132] Description:
Add missing testfile. (Branch still not passing all tests)
Tested on:
Mac OSX/64 10.7.3 (amazon) w/debug)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5stat/testh5stat.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5stat/testh5stat.sh.in b/tools/h5stat/testh5stat.sh.in index c4e99d7..7634dc1 100644 --- a/tools/h5stat/testh5stat.sh.in +++ b/tools/h5stat/testh5stat.sh.in @@ -72,6 +72,7 @@ LIST_HDF5_TEST_FILES=" $SRC_H5STAT_TESTFILES/h5stat_filters.h5 $SRC_H5STAT_TESTFILES/h5stat_tsohm.h5 $SRC_H5STAT_TESTFILES/h5stat_newgrat.h5 +$SRC_H5STAT_TESTFILES/h5stat_idx.h5 " LIST_OTHER_TEST_FILES=" |