diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-02-01 20:44:39 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-02-01 20:44:39 (GMT) |
commit | da0e046dce809f5219949f428134d687f37c5d59 (patch) | |
tree | 34eb72bbfc4f7275bf37c939c5ca0ccadb5353e1 /hl/test/Makefile.am | |
parent | ae02f3f80a823b121f320569f92d643ebff35619 (diff) | |
download | hdf5-da0e046dce809f5219949f428134d687f37c5d59.zip hdf5-da0e046dce809f5219949f428134d687f37c5d59.tar.gz hdf5-da0e046dce809f5219949f428134d687f37c5d59.tar.bz2 |
[svn-r9911] Purpose:
bug fix
Description:
added the test_ds to the makefile
Solution:
Platforms tested:
linux
Misc. update:
Diffstat (limited to 'hl/test/Makefile.am')
-rw-r--r-- | hl/test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/Makefile.am b/hl/test/Makefile.am index 4e55026..f038f24 100644 --- a/hl/test/Makefile.am +++ b/hl/test/Makefile.am @@ -20,7 +20,7 @@ LDADD=$(LIBH5_HL) $(LIBHDF5) # Test programs. These are our main targets. They should be listed in the # order to be executed, generally most specific tests to least specific tests. -TEST_PROG=test_lite test_image test_table +TEST_PROG=test_lite test_image test_table test_ds check_PROGRAMS=$(TEST_PROG) include $(top_srcdir)/config/conclude.am |