diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-01-12 19:40:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-01-12 19:40:34 (GMT) |
commit | f72c95209cefc96201638f2b1458ac8b3fc370d2 (patch) | |
tree | ef5bd43856da019d4a174180306078c35e3f7a61 /hl/test | |
parent | 5d09c3d28d4d2502fbab38a921278ce5915b2478 (diff) | |
parent | 089afc48561ba8838d6a515c6b00fc6f7032ca13 (diff) | |
download | hdf5-f72c95209cefc96201638f2b1458ac8b3fc370d2.zip hdf5-f72c95209cefc96201638f2b1458ac8b3fc370d2.tar.gz hdf5-f72c95209cefc96201638f2b1458ac8b3fc370d2.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '089afc48561ba8838d6a515c6b00fc6f7032ca13':
Updated the developer flags so that they respect gcc versions.
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 |