diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-07 17:06:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-07 17:06:42 (GMT) |
commit | de285fb90913bdc8a67f9a226de1b3d7ebd805db (patch) | |
tree | f484dd0c05c936beca33094365fbb956071e6a7c /test/Makefile.am | |
parent | c17b59ac25391c0f8ad5d5778c07c2185c3cea2c (diff) | |
download | hdf5-de285fb90913bdc8a67f9a226de1b3d7ebd805db.zip hdf5-de285fb90913bdc8a67f9a226de1b3d7ebd805db.tar.gz hdf5-de285fb90913bdc8a67f9a226de1b3d7ebd805db.tar.bz2 |
[svn-r12875] Description:
Fix retrieving name for references to root group.
Also, move 'ref' test earlier in testing, right after 'getname' test
Tested on:
Linux/64 2.6 (chicago2)
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index b311e40..450d28e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -40,8 +40,8 @@ TEST_PROG=testhdf5 lheap ohdr stab gheap cache cache_api \ 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 \ - btree2 fheap ref + getname ref vfd ntypes dangle dtransform reserved cross_read \ + 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. |