diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-01-12 19:17:46 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-01-12 19:17:46 (GMT) |
commit | 089afc48561ba8838d6a515c6b00fc6f7032ca13 (patch) | |
tree | e49aeb5b21d15baef4943d9b3e7d8691d65f2794 | |
parent | 798613a01c1e9cbfccaa1a4b5dfbadb1ee974d63 (diff) | |
parent | afd5bf4b913951169406764a70880529bf7f6620 (diff) | |
download | hdf5-089afc48561ba8838d6a515c6b00fc6f7032ca13.zip hdf5-089afc48561ba8838d6a515c6b00fc6f7032ca13.tar.gz hdf5-089afc48561ba8838d6a515c6b00fc6f7032ca13.tar.bz2 |
Merge pull request #247 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to develop
Delete data files in cleaning.
* commit 'afd5bf4b913951169406764a70880529bf7f6620':
Description: Added data files from the packet table vlen tests to the CHECK_CLEANFILES list. Platforms tested: Linux/64 (jelly)
-rw-r--r-- | hl/test/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/test/Makefile.am b/hl/test/Makefile.am index 3f21218..80a7802 100644 --- a/hl/test/Makefile.am +++ b/hl/test/Makefile.am @@ -47,7 +47,8 @@ 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_append.h5 + test_packet_table_vlen.h5 testfl_packet_table_vlen.h5 \ + test_dectris.h5 test_append.h5 # Sources for test_packet executable test_packet_SOURCES=test_packet.c test_packet_vlen.c |