summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.am
diff options
context:
space:
mode:
authorJohn Mainzer <mainzer@hdfgroup.org>2007-11-21 18:59:36 (GMT)
committerJohn Mainzer <mainzer@hdfgroup.org>2007-11-21 18:59:36 (GMT)
commit78e8f7638a7cc69010f00dc8073361d498b16e52 (patch)
treed25d99ac31cbe744baf64d5206206e69d9763060 /testpar/Makefile.am
parent3c4b17719895c8737439ad34f7630a0cf376cf49 (diff)
downloadhdf5-78e8f7638a7cc69010f00dc8073361d498b16e52.zip
hdf5-78e8f7638a7cc69010f00dc8073361d498b16e52.tar.gz
hdf5-78e8f7638a7cc69010f00dc8073361d498b16e52.tar.bz2
[svn-r14281] Initial checking for code additions / modifications for the metadata
journaling branch. This version may not compile.
Diffstat (limited to 'testpar/Makefile.am')
-rw-r--r--testpar/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am
index 02cf742..df3a168 100644
--- a/testpar/Makefile.am
+++ b/testpar/Makefile.am
@@ -25,7 +25,8 @@ 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 t_pflush1 t_pflush2
+TEST_PROG_PARA=t_mpi t_posix_compliant testphdf5 t_cache t_cache2 \
+ t_pflush1 t_pflush2
TEST_SCRIPT_PARA=testph5.sh
check_PROGRAMS = $(TEST_PROG_PARA)