diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-08-19 12:38:55 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-08-19 12:38:55 (GMT) |
commit | bdf3967ae744d0916bb92c7256cd2cec0dbc7c0a (patch) | |
tree | 85ac259f26b375049fe94e8da2568dcfc1b3d79c | |
parent | 291bf2052931b1f117a9cd43ff707437c8b7dd5b (diff) | |
download | hdf5-bdf3967ae744d0916bb92c7256cd2cec0dbc7c0a.zip hdf5-bdf3967ae744d0916bb92c7256cd2cec0dbc7c0a.tar.gz hdf5-bdf3967ae744d0916bb92c7256cd2cec0dbc7c0a.tar.bz2 |
[svn-r27523] Updated the autotools to clean up a few test files under
'make clean'
Tested on: jam
-rw-r--r-- | hl/test/Makefile.am | 2 | ||||
-rw-r--r-- | hl/test/Makefile.in | 2 | ||||
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/hl/test/Makefile.am b/hl/test/Makefile.am index 324c4f9..7aa3f6b 100644 --- a/hl/test/Makefile.am +++ b/hl/test/Makefile.am @@ -47,6 +47,6 @@ endif CHECK_CLEANFILES+=combine_tables[1-2].h5 test_ds[1-9].h5 test_ds10.h5 \ test_image[1-3].h5 file_img[1-2].h5 test_lite[1-4].h5 test_table.h5 \ test_packet_table.h5 test_packet_compress.h5 test_detach.h5 \ - test_dectris.h5 + test_dectris.h5 test_append.h5 include $(top_srcdir)/config/conclude.am diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in index 982ff3f..1e5955a 100644 --- a/hl/test/Makefile.in +++ b/hl/test/Makefile.in @@ -710,7 +710,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 \ combine_tables[1-2].h5 test_ds[1-9].h5 test_ds10.h5 \ test_image[1-3].h5 file_img[1-2].h5 test_lite[1-4].h5 \ test_table.h5 test_packet_table.h5 test_packet_compress.h5 \ - test_detach.h5 test_dectris.h5 + test_detach.h5 test_dectris.h5 test_append.h5 # The tests depend on the hdf5, hdf5 test, and hdf5_hl libraries LDADD = $(LIBH5_HL) $(LIBH5TEST) $(LIBHDF5) diff --git a/test/Makefile.am b/test/Makefile.am index c7f9570..d07837d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -181,7 +181,7 @@ CHECK_CLEANFILES+=accum.h5 cmpd_dset.h5 compact_dataset.h5 dataset.h5 \ flushrefresh.h5 flushrefresh_VERIFICATION_START \ flushrefresh_VERIFICATION_CHECKPOINT1 flushrefresh_VERIFICATION_CHECKPOINT2 \ flushrefresh_VERIFICATION_DONE atomic_data accum_swmr_big.h5 ohdr_swmr.h5 \ - test_swmr*.h5 + test_swmr*.h5 cache_logging.h5 # Sources for testhdf5 executable testhdf5_SOURCES=testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \ diff --git a/test/Makefile.in b/test/Makefile.in index 5d233db..ba2e1ed 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1219,7 +1219,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 accum.h5 \ flushrefresh_VERIFICATION_CHECKPOINT1 \ flushrefresh_VERIFICATION_CHECKPOINT2 \ flushrefresh_VERIFICATION_DONE atomic_data accum_swmr_big.h5 \ - ohdr_swmr.h5 test_swmr*.h5 + ohdr_swmr.h5 test_swmr*.h5 cache_logging.h5 # Test scripts-- # testerror.sh: err_compat, error_test |