summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.am
diff options
context:
space:
mode:
authorLeon Arber <larber@ncsa.uiuc.edu>2006-10-01 21:27:47 (GMT)
committerLeon Arber <larber@ncsa.uiuc.edu>2006-10-01 21:27:47 (GMT)
commitc7a381b324da6cbbc62a841f1fecd320920532e2 (patch)
tree7a76a166f808baeced43cb332a56192ed75354d8 /testpar/Makefile.am
parentc8a9a305cc9ce0b3f7e7964c2fd73ef3bf4dc535 (diff)
downloadhdf5-c7a381b324da6cbbc62a841f1fecd320920532e2.zip
hdf5-c7a381b324da6cbbc62a841f1fecd320920532e2.tar.gz
hdf5-c7a381b324da6cbbc62a841f1fecd320920532e2.tar.bz2
[svn-r12697] Purpose: New Feature
Description: Preliminary test of H5Fflush to verify that it still works when using MPIO collective mode. Platforms: Linux (heping)
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 26eb27f..352b7e3 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_mpi t_posix_compliant testphdf5 t_cache
+TEST_PROG_PARA=t_mpi t_posix_compliant testphdf5 t_cache t_pflush1 t_pflush2
TEST_SCRIPT_PARA=testph5.sh
check_PROGRAMS = $(TEST_PROG_PARA)