summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.am
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2006-03-01 05:54:07 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2006-03-01 05:54:07 (GMT)
commit516c242b04b60a3f51d004977bee09ff6f8968b7 (patch)
treeef574c96685b5c0a7abad12beb61c6f3b62496a3 /testpar/Makefile.am
parent0004361cc73d835300d38d65cf3b17d69404083a (diff)
downloadhdf5-516c242b04b60a3f51d004977bee09ff6f8968b7.zip
hdf5-516c242b04b60a3f51d004977bee09ff6f8968b7.tar.gz
hdf5-516c242b04b60a3f51d004977bee09ff6f8968b7.tar.bz2
[svn-r11992] Purpose:
Improvement. Description: The t_cache takes a long long time to run and it tests HDF5 calls. Move it to the back and let more basic tests to run first so that basic features are tested first. Platforms tested: Tested in heping with pp.
Diffstat (limited to 'testpar/Makefile.am')
-rw-r--r--testpar/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am
index b100ea2..1adaa25 100644
--- a/testpar/Makefile.am
+++ b/testpar/Makefile.am
@@ -24,7 +24,7 @@ INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/test
# Test programs and scripts. These are our main targets.
#
-TEST_PROG_PARA=t_cache t_mpi t_posix_compliant t_fphdf5 testphdf5
+TEST_PROG_PARA=t_mpi t_posix_compliant t_fphdf5 testphdf5 t_cache
TEST_SCRIPT_PARA=testph5.sh
check_PROGRAMS = $(TEST_PROG_PARA)