diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-09-24 22:14:50 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-09-24 22:14:50 (GMT) |
commit | 426a3c1204fdcd1a999a966958a2edecc99b2d3b (patch) | |
tree | a786821d8e38f98f8977c30bf91c14b6d3267fd9 /test/Makefile.am | |
parent | a2a61197aa18fcafef35ecc4aaef268b2e4731d5 (diff) | |
download | hdf5-426a3c1204fdcd1a999a966958a2edecc99b2d3b.zip hdf5-426a3c1204fdcd1a999a966958a2edecc99b2d3b.tar.gz hdf5-426a3c1204fdcd1a999a966958a2edecc99b2d3b.tar.bz2 |
[svn-r17522] Description:
Bring in the rest of Vailin's changes for testing fixed array chunk
indices, across the range of range of all the tools and the appropriate dataset
tests.
Tested on:
Mac OS X/32 10.5.8 (amazon) w/debug & production
(h5committest not required for this branch)
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 7f21f74..7ef1ef0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -61,7 +61,7 @@ check_PROGRAMS=$(TEST_PROG) error_test err_compat testmeta # --enable-build-all at configure time. # The gen_old_* files can only be compiled with older versions of the library # so do not appear in this list. -BUILD_ALL_PROGS=gen_bad_ohdr gen_bogus gen_cross gen_deflate gen_filters gen_new_array \ +BUILD_ALL_PROGS=gen_bad_ohdr gen_bogus gen_cross gen_deflate gen_filters gen_idx gen_new_array \ gen_new_fill gen_new_group gen_new_mtime gen_new_super gen_noencoder \ gen_nullspace gen_udlinks space_overflow @@ -125,7 +125,7 @@ CHECK_CLEANFILES+=cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offset.h5 \ new_move_[ab].h5 ntypes.h5 dangle.h5 error_test.h5 err_compat.h5 \ dtransform.h5 test_filters.h5 get_file_name.h5 tstint[1-2].h5 \ unlink_chunked.h5 btree2.h5 objcopy_src.h5 objcopy_dst.h5 \ - objcopy_ext.dat trefer1.h5 trefer2.h5 app_ref.h5 farray.h5 \ + objcopy_ext.dat trefer1.h5 trefer2.h5 app_ref.h5 farray.h5 \ earray.h5 swmr_data.h5 # Sources for testhdf5 executable |