diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-02-16 23:07:36 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-02-16 23:07:36 (GMT) |
commit | 8ed6e885439d7acd4f68e078b1f3dc221e15fc0b (patch) | |
tree | ee018dc3804160786556b58a2c511f61333d6d46 /Makefile.in | |
parent | bbc530781915d52a0420266821e5556dd0736f3d (diff) | |
download | hdf5-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.in | 2 |
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 |