diff options
author | 2009-11-01 00:52:43 +0000 | |
---|---|---|
committer | 2009-11-01 00:52:43 +0000 | |
commit | 2c491ddc9d088fb11e6366da2551ab253d160b63 (patch) | |
tree | cc6bc1ced98b098747e080b20fe6a81d7f880a86 /Makefile.am | |
parent | f229be6df1458b5409afeb78536d34df085e0d69 (diff) | |
download | paludis-2c491ddc9d088fb11e6366da2551ab253d160b63.tar.gz paludis-2c491ddc9d088fb11e6366da2551ab253d160b63.tar.xz |
Start using parallel-tests
But not in doc/, doesn't seem to work.
Still use our icky wrappers for now.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ca518e2d3..dff26179d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ CLEANFILES = *~ done-check gmon.out *.gcov *.gcno *.gcda *.loT \ automake-deps-dist-hack.tmp automake-deps-built-hack.tmp *.epicfail MAINTAINERCLEANFILES = Makefile.in configure config/* aclocal.m4 \ config.h config.h.in INSTALL -AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip std-options foreign +AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip foreign parallel-tests EXTRA_DIST = autogen.bash automake-deps-dist-hack.tmp SUBDIRS = . misc test paludis python ruby src doc hooks vim bash-completion zsh-completion pkg-config |