summaryrefslogtreecommitdiffstats
path: root/fortran/Makefile.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-10-31 20:19:03 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-10-31 20:19:03 (GMT)
commit284b19a05fc6fdfff21e4c60d6396a3e75ca211a (patch)
tree0e7414efe7c3b1d7d039ac69f8c806587e1128c5 /fortran/Makefile.in
parent350fa2af782285de92e947cb29ab0c207867aacb (diff)
downloadhdf5-284b19a05fc6fdfff21e4c60d6396a3e75ca211a.zip
hdf5-284b19a05fc6fdfff21e4c60d6396a3e75ca211a.tar.gz
hdf5-284b19a05fc6fdfff21e4c60d6396a3e75ca211a.tar.bz2
[svn-r2782] Purpose:
Feature Description: This will run the parallel test files for Fortran when --enable-parallel is specified Platforms tested: Modi4
Diffstat (limited to 'fortran/Makefile.in')
-rw-r--r--fortran/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in
index 3cc04e9..2a79406 100644
--- a/fortran/Makefile.in
+++ b/fortran/Makefile.in
@@ -15,7 +15,7 @@ srcdir=@srcdir@
@COMMENCE@
# Subdirectories in build-order (not including `examples')
-SUBDIRS=src test
+SUBDIRS=src test @TESTPARALLEL@
##############################################################################
## T A R G E T S