diff options
author | 2009-11-01 00:52:43 +0000 | |
---|---|---|
committer | 2009-11-01 00:52:43 +0000 | |
commit | 2c491ddc9d088fb11e6366da2551ab253d160b63 (patch) | |
tree | cc6bc1ced98b098747e080b20fe6a81d7f880a86 /hooks | |
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 'hooks')
-rw-r--r-- | hooks/Makefile.am.m4 | 2 | ||||
-rw-r--r-- | hooks/demos/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/hooks/Makefile.am.m4 b/hooks/Makefile.am.m4 index 23009a2b9..708241316 100644 --- a/hooks/Makefile.am.m4 +++ b/hooks/Makefile.am.m4 @@ -7,6 +7,8 @@ MAINTAINERCLEANFILES = Makefile.in Makefile.am CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda *.loT .keep *.epicfail SUBDIRS = . demos +AUTOMAKE_OPTIONS = parallel-tests + installvarlibpaludisnewsdir = $(localstatedir)/gentoo/news installhookcommonprogdir = $(libexecdir)/paludis/hooks/common diff --git a/hooks/demos/Makefile.am b/hooks/demos/Makefile.am index 8a12170ff..ead375dac 100644 --- a/hooks/demos/Makefile.am +++ b/hooks/demos/Makefile.am @@ -6,6 +6,8 @@ DEMOS = \ new_packages.bash \ pretend_resume.hook +AUTOMAKE_OPTIONS = parallel-tests + EXTRA_DIST = \ report.bash.in \ elog.bash.in \ |