diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-01-12 16:47:32 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-01-12 16:47:32 (GMT) |
commit | afd5bf4b913951169406764a70880529bf7f6620 (patch) | |
tree | c400c313fece7aab2b355e8173ae91867e83c0fb /hl/test | |
parent | 8b4c9f848d63351c85cab3a5b2034f8e7e1a29db (diff) | |
download | hdf5-afd5bf4b913951169406764a70880529bf7f6620.zip hdf5-afd5bf4b913951169406764a70880529bf7f6620.tar.gz hdf5-afd5bf4b913951169406764a70880529bf7f6620.tar.bz2 |
Description:
Added data files from the packet table vlen tests to the
CHECK_CLEANFILES list.
Platforms tested:
Linux/64 (jelly)
Diffstat (limited to 'hl/test')
-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 |