From 8d2ffa47a5e61086b5705fe31234df2cef7902b1 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 13 May 2003 20:31:58 -0500 Subject: [svn-r6872] Purpose: Improvement, IMO. Description: The parallel tests were run after all tools tests. For some parallel systems, that could be a long time. Since tools are better tested in serial mode and one would like to see the results of parallel tests sooner in parallel mode, I moved the parallel tests before the tools tests. Platforms tested: Only tested in Eirene, both serial and parallel modes. No need for three platforms test since this is just a simple Makefile change. --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6f2ad48..0b78e07 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,7 +23,9 @@ srcdir=@srcdir@ @COMMENCE@ # Subdirectories in build-order (not including `examples') -SUBDIRS=src test tools @PABLO@ @TESTPARALLEL@ @subdirs@ +# TESTPARALLEL must be after test since it uses libtest.a. Putting it +# before tools allows parallel tests to run sooner. +SUBDIRS=src test @TESTPARALLEL@ tools @PABLO@ @subdirs@ ############################################################################## ## T A R G E T S -- cgit v0.12