summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-02-16 23:07:36 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-02-16 23:07:36 (GMT)
commit8ed6e885439d7acd4f68e078b1f3dc221e15fc0b (patch)
treeee018dc3804160786556b58a2c511f61333d6d46 /Makefile.in
parentbbc530781915d52a0420266821e5556dd0736f3d (diff)
downloadhdf5-8ed6e885439d7acd4f68e078b1f3dc221e15fc0b.zip
hdf5-8ed6e885439d7acd4f68e078b1f3dc221e15fc0b.tar.gz
hdf5-8ed6e885439d7acd4f68e078b1f3dc221e15fc0b.tar.bz2
[svn-r1070] Updated to do auto-configuration for parallel tests (testpar)
too. Also used mpi function calls to test mpi libraries. Tested on O2K platform.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bb94c74..b063926 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -11,7 +11,7 @@
@COMMENCE@
# Subdirectories in build-order
-SUBDIRS=src test tools
+SUBDIRS=src test tools @TESTPARALLEL@
##############################################################################
# T A R G E T S