diff options
author | 2009-11-01 00:52:43 +0000 | |
---|---|---|
committer | 2009-11-01 00:52:43 +0000 | |
commit | 2c491ddc9d088fb11e6366da2551ab253d160b63 (patch) | |
tree | cc6bc1ced98b098747e080b20fe6a81d7f880a86 /ruby | |
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 'ruby')
-rw-r--r-- | ruby/Makefile.am | 2 | ||||
-rw-r--r-- | ruby/demos/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ruby/Makefile.am b/ruby/Makefile.am index 9be1dc9d2..7b6d29e4d 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = . demos +AUTOMAKE_OPTIONS = parallel-tests + AM_CXXFLAGS = -I$(top_srcdir) -I$(srcdir)/ \ -I$(top_builddir)/ \ @PALUDIS_CXXFLAGS_WITHOUT_PEDANTIC@ \ diff --git a/ruby/demos/Makefile.am b/ruby/demos/Makefile.am index 6f88db7ce..5bc5b06ea 100644 --- a/ruby/demos/Makefile.am +++ b/ruby/demos/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = . +AUTOMAKE_OPTIONS = parallel-tests + AM_CXXFLAGS = -I$(top_srcdir) -I$(srcdir)/ -I$(top_srcdir)/ruby/ \ @PALUDIS_CXXFLAGS_WITHOUT_PEDANTIC@ \ @PALUDIS_CXXFLAGS_NO_WREDUNDANT_DECLS@ \ |