summaryrefslogtreecommitdiffstats
path: root/hl/test/h5hltest.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2016-04-13 18:48:16 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2016-04-13 18:48:16 (GMT)
commitd9c4a4c747908d3fdfd7e8bbef13635b2f4d5a60 (patch)
treecd558dbf5fe5d25d0965251d2ba14924c446d526 /hl/test/h5hltest.h
parent933adde73a7a2cf25bb0716a275ebff56807bf11 (diff)
downloadhdf5-d9c4a4c747908d3fdfd7e8bbef13635b2f4d5a60.zip
hdf5-d9c4a4c747908d3fdfd7e8bbef13635b2f4d5a60.tar.gz
hdf5-d9c4a4c747908d3fdfd7e8bbef13635b2f4d5a60.tar.bz2
[svn-r29690] Purpose: Merge PT improvements from trunk
Description: Merged from trunk: r29269: Improve Packet Table library r29295: Replaced H5Acreate with H5Acreate2 (by Larry) r29360: Adding missing tests r29364: Improve C++ Packet Table library r29554: Removed extra line in Copyright Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Diffstat (limited to 'hl/test/h5hltest.h')
-rw-r--r--hl/test/h5hltest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hl/test/h5hltest.h b/hl/test/h5hltest.h
index e8292d2..9a5e702 100644
--- a/hl/test/h5hltest.h
+++ b/hl/test/h5hltest.h
@@ -36,5 +36,7 @@
/* Implements verbose 'assert' with 'goto error' exit */
#define VERIFY(condition, string) do { if (!(condition)) FAIL_PUTS_ERROR(string) } while(0)
+int test_packet_table_with_varlen(void);
+
#endif /* _H5HLTEST_H */