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 /hl | |
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
Diffstat (limited to 'hl')
-rw-r--r-- | hl/test/Makefile.am | 2 | ||||
-rw-r--r-- | hl/test/Makefile.in | 2 |
2 files changed, 2 insertions, 2 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) |