diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-03-30 01:54:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 01:54:02 (GMT) |
commit | b86be5df3521e7f6dc84b8eb89e5f53ab987b200 (patch) | |
tree | 25f7b689aac9dba1e2b7ac1c5ad06702dcbc74bc /test/Makefile.am | |
parent | 71af37d38ffbde615b2ffae9cafd7092f89da7b5 (diff) | |
download | hdf5-b86be5df3521e7f6dc84b8eb89e5f53ab987b200.zip hdf5-b86be5df3521e7f6dc84b8eb89e5f53ab987b200.tar.gz hdf5-b86be5df3521e7f6dc84b8eb89e5f53ab987b200.tar.bz2 |
Removes unused memory pool (H5MP) package (#1547)
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 1d31525..63d8f43 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -63,7 +63,7 @@ check_SCRIPTS = $(TEST_SCRIPT) TEST_PROG= testhdf5 \ cache cache_api cache_image cache_tagging lheap ohdr \ stab gheap evict_on_close farray earray btree2 fheap \ - pool accum hyperslab istore bittests dt_arith page_buffer \ + accum hyperslab istore bittests dt_arith page_buffer \ dtypes dsets chunk_info cmpd_dset cmpd_dtransform filter_fail extend direct_chunk \ external efc objcopy objcopy_ref links unlink twriteorder big mtime \ fillval mount \ |