summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2006-07-06 16:50:48 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2006-07-06 16:50:48 (GMT)
commita304c0e92e4fa0a7b6c78f8b488e5ec6dcda5587 (patch)
tree4df3d5aae910237b48dfb47f5654d39d7ec8227a /test/Makefile.am
parent3f4cbda4577f62a570e1217818ccdd2df16466cb (diff)
downloadhdf5-a304c0e92e4fa0a7b6c78f8b488e5ec6dcda5587.zip
hdf5-a304c0e92e4fa0a7b6c78f8b488e5ec6dcda5587.tar.gz
hdf5-a304c0e92e4fa0a7b6c78f8b488e5ec6dcda5587.tar.bz2
[svn-r12455] Purpose:
adjustment Description: These tests (fheap, btree2) are under development and are not used by the library yet. Move them to the end so that their failure do not block other current library code tests. Platforms tested: heping.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 949c52f..506dde6 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -32,12 +32,16 @@ SCRIPT_DEPEND = error_test$(EXEEXT) err_compat$(EXEEXT)
# executed, generally most specific tests to least specific tests.
# 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 lheap fheap ohdr stab gheap btree2 cache cache_api \
+# These tests (fheap, btree2) are under development and are not used by
+# the library yet. Move them to the end so that their failure do not block
+# other current library code tests.
+TEST_PROG=testhdf5 lheap ohdr stab gheap cache cache_api \
pool hyperslab istore bittests dt_arith \
dtypes dsets cmpd_dset extend external objcopy links unlink big mtime \
fillval mount flush1 flush2 enum \
set_extent ttsafe stream_test \
- getname vfd ntypes dangle dtransform reserved cross_read
+ getname vfd ntypes dangle dtransform reserved cross_read \
+ fheap btree2
# 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.