summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-03-30 02:32:52 (GMT)
committerGitHub <noreply@github.com>2021-03-30 02:32:52 (GMT)
commit189293e12fff33eda98a464f644d474cf4baef33 (patch)
treec2e5d02c994f3ef292fa9c1d9f2fb799748be055 /test/testhdf5.c
parente0eb5c6e1dbf527db240faa0f398617577ec783f (diff)
downloadhdf5-189293e12fff33eda98a464f644d474cf4baef33.zip
hdf5-189293e12fff33eda98a464f644d474cf4baef33.tar.gz
hdf5-189293e12fff33eda98a464f644d474cf4baef33.tar.bz2
Removes dead H5ST package from the library (#528)
* Committing clang-format changes * Removes the unused H5ST package from the library Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r--test/testhdf5.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c
index 5e413f3..45c0f9f 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -45,7 +45,6 @@ main(int argc, char *argv[])
AddTest("config", test_configure, cleanup_configure, "Configure definitions", NULL);
AddTest("metadata", test_metadata, cleanup_metadata, "Encoding/decoding metadata", NULL);
AddTest("checksum", test_checksum, cleanup_checksum, "Checksum algorithm", NULL);
- AddTest("tst", test_tst, NULL, "Ternary Search Trees", NULL);
AddTest("heap", test_heap, NULL, "Memory Heaps", NULL);
AddTest("skiplist", test_skiplist, NULL, "Skip Lists", NULL);
AddTest("refstr", test_refstr, NULL, "Reference Counted Strings", NULL);