diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-10-24 18:58:15 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-10-24 18:58:15 (GMT) |
commit | 8619af74a4bc5013d6c9896f1c696f91e7bda050 (patch) | |
tree | 7a2985911cb2a18caf9b7e3555bbd390e6cb3190 /test/Makefile.am | |
parent | d2f2b5090cec5a75697dd5db04ede7ee0fa6d687 (diff) | |
download | hdf5-8619af74a4bc5013d6c9896f1c696f91e7bda050.zip hdf5-8619af74a4bc5013d6c9896f1c696f91e7bda050.tar.gz hdf5-8619af74a4bc5013d6c9896f1c696f91e7bda050.tar.bz2 |
[svn-r11601] Purpose:
Added additional targets to build-all
Description:
Surveyed files to find out which ones are not built.
Added test/space_overflow and perform/benchpar to programs built with
--enable-build-all.
Discovered that tools/misc/pdb2hdf5 and tools/misc/h5import were
obsolete and deleted them.
Platforms tested:
mir, modi4, sol
Misc. update:
Update of release file and removal of --enable-pdb2hdf5 to follow.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index f4e986d..89ce616 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -56,7 +56,8 @@ check_PROGRAMS=$(TEST_PROG) error_test err_compat testmeta # so do not appear in this list. if BUILD_ALL_CONDITIONAL BUILD_ALL_PROGS=gen_deflate gen_filters gen_new_array gen_new_fill \ - gen_new_mtime gen_new_super gen_noencoder gen_nullspace + gen_new_mtime gen_new_super gen_noencoder gen_nullspace \ + space_overflow else BUILD_ALL_PROGS= endif |