diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-02-05 20:43:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-02-05 20:43:22 (GMT) |
commit | a0c833a287d059ff566670fa5192f211cb1b8efa (patch) | |
tree | 5696f6b84ad30ed3f1c9d2341422b0d875da6cc1 /test/Makefile.am | |
parent | 24f7d99d91729eef393ce56c0603d3040f65e97b (diff) | |
download | hdf5-a0c833a287d059ff566670fa5192f211cb1b8efa.zip hdf5-a0c833a287d059ff566670fa5192f211cb1b8efa.tar.gz hdf5-a0c833a287d059ff566670fa5192f211cb1b8efa.tar.bz2 |
[svn-r9944] Purpose:
Bug fix (sorta)
Description:
Disable btree2 testing until Monday, when I can look into the failures
without a toddler on my lap. :-)
Platforms tested:
FreeBSD 4.11 (sleipnir)
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 06dc69e..bfd7b30 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -32,8 +32,7 @@ TEST_PROG=testhdf5 lheap ohdr stab gheap cache hyperslab istore bittests \ dtypes dsets cmpd_dset extend external links unlink big mtime \ fillval mount flush1 flush2 enum gass_write gass_read gass_append \ set_extent srb_write srb_append srb_read ttsafe stream_test \ - getname file_handle ntypes dangle dtransform filename reserved \ - btree2 + getname file_handle ntypes dangle dtransform filename reserved # List programs to be built when testing here. error_test and err_compat are # built at the same time as the other tests, but executed by testerror.sh. |