summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-08-26 07:22:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-08-26 07:22:57 (GMT)
commite9889fe2d30c46af826f791eba87a8ed816b60db (patch)
treed83a4cf2db5a03dea574d03039ab61636acc0409 /test/Makefile.am
parent41a1614db8e87263916e3d3415b9806596f85ede (diff)
downloadhdf5-e9889fe2d30c46af826f791eba87a8ed816b60db.zip
hdf5-e9889fe2d30c46af826f791eba87a8ed816b60db.tar.gz
hdf5-e9889fe2d30c46af826f791eba87a8ed816b60db.tar.bz2
[svn-r12630] Description:
Re-order the fheap & btree2 tests so that the btree2 test runs first, because the fractal heaps use v2 B-trees for tracking huge objects. Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir) Solaris/64 2.9 (shanti)
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 1dd037f..bf2297d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -41,7 +41,7 @@ TEST_PROG=testhdf5 lheap ohdr stab gheap cache cache_api \
fillval mount flush1 flush2 enum \
set_extent ttsafe stream_test \
getname vfd ntypes dangle dtransform reserved cross_read \
- fheap btree2
+ btree2 fheap
# 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.