diff options
author | Jacob Smith <jake.smith@hdfgroup.org> | 2018-12-18 19:42:03 (GMT) |
---|---|---|
committer | Jacob Smith <jake.smith@hdfgroup.org> | 2018-12-18 19:42:03 (GMT) |
commit | 99bc714c4bd1a66b97b5e1d0bca671cf43616b42 (patch) | |
tree | a8e80a8ccf4570cf9a72d6ed2854fa4f1ade7259 /test/Makefile.am | |
parent | 5efc08a06d34ceab3de1766cb651ac8978deed16 (diff) | |
download | hdf5-99bc714c4bd1a66b97b5e1d0bca671cf43616b42.zip hdf5-99bc714c4bd1a66b97b5e1d0bca671cf43616b42.tar.gz hdf5-99bc714c4bd1a66b97b5e1d0bca671cf43616b42.tar.bz2 |
Move H5Fset_dset_no_attrs_hint VOL operations to native.
Move minimzied object header tests from separate file to test/ohdr.c
Some formatting changes.
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 cb2156e..8ed10a4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -52,7 +52,7 @@ check_SCRIPTS = $(TEST_SCRIPT) # As an exception, long-running tests should occur earlier in the list. # This gives them more time to run when tests are executing in parallel. TEST_PROG= testhdf5 \ - cache cache_api cache_image cache_tagging lheap ohdr ohdr_mindset \ + 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 \ dtypes dsets cmpd_dset filter_fail extend direct_chunk external efc \ |