diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
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 |