diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-26 07:22:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-26 07:22:57 (GMT) |
commit | e9889fe2d30c46af826f791eba87a8ed816b60db (patch) | |
tree | d83a4cf2db5a03dea574d03039ab61636acc0409 | |
parent | 41a1614db8e87263916e3d3415b9806596f85ede (diff) | |
download | hdf5-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)
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 4 |
2 files changed, 3 insertions, 3 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. diff --git a/test/Makefile.in b/test/Makefile.in index 7e44151..9869abd 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -84,7 +84,7 @@ am__EXEEXT_1 = testhdf5$(EXEEXT) lheap$(EXEEXT) ohdr$(EXEEXT) \ set_extent$(EXEEXT) ttsafe$(EXEEXT) stream_test$(EXEEXT) \ getname$(EXEEXT) vfd$(EXEEXT) ntypes$(EXEEXT) dangle$(EXEEXT) \ dtransform$(EXEEXT) reserved$(EXEEXT) cross_read$(EXEEXT) \ - fheap$(EXEEXT) btree2$(EXEEXT) + btree2$(EXEEXT) fheap$(EXEEXT) am__EXEEXT_2 = gen_deflate$(EXEEXT) gen_filters$(EXEEXT) \ gen_new_array$(EXEEXT) gen_new_fill$(EXEEXT) \ gen_new_group$(EXEEXT) gen_new_mtime$(EXEEXT) \ @@ -628,7 +628,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 # These programs generate test files for the tests. They don't need to be |