diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-06-04 19:46:50 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-06-04 19:46:50 (GMT) |
commit | fad77fd2c29615f57f05547f41819f77d828b2d8 (patch) | |
tree | 71f7e7068bfde3289409e07ca31d0d492a1af18f /tools/misc/Makefile.am | |
parent | 5d12a79db20305b7c08e505a683a4c1e38e9039a (diff) | |
download | hdf5-fad77fd2c29615f57f05547f41819f77d828b2d8.zip hdf5-fad77fd2c29615f57f05547f41819f77d828b2d8.tar.gz hdf5-fad77fd2c29615f57f05547f41819f77d828b2d8.tar.bz2 |
[svn-r27150] Added an empty VDS testfile generator to tools/misc directory.
test/Makefile.in was updated due to changes in the Makefile.am
file that missed a reconfigure. The changes just added a few
VDS test files to the deletion list.
Note that there are trace issues with a new VDS struct that
show up when running bin/reconfigure. I reverted these for
fixing at a future date.
Tested on: jam
Diffstat (limited to 'tools/misc/Makefile.am')
-rw-r--r-- | tools/misc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/misc/Makefile.am b/tools/misc/Makefile.am index 882f8f2..7573204 100644 --- a/tools/misc/Makefile.am +++ b/tools/misc/Makefile.am @@ -23,8 +23,8 @@ include $(top_srcdir)/config/commence.am # Include src directory AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/tools/lib -#test script and program -TEST_PROG=h5repart_gentest talign +#test scripts and programs +TEST_PROG=h5repart_gentest talign vds_gentest TEST_SCRIPT=testh5repart.sh testh5mkgrp.sh check_PROGRAMS=$(TEST_PROG) repart_test |