diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-12-01 10:37:52 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-12-01 16:38:39 +0100 |
commit | b5a223bfcf2ebcf374973b29870a5e80fb42b8be (patch) | |
tree | a1aed3efdf8c66017e4bcb4e423bed4a179f25e1 /Makefile.am | |
parent | 47cd54a994c1e0a04fd7592e141fb46e29fa070b (diff) |
build-sys: use parallel tests driver
This saves test output to individual .log files.
The driver is only used in /Makefile.am, not in
/docs/*udev/Makefile.am because the latter don't seem to work with
this driver. They don't produce much output anyway.
.gitignore is alphabetized, and .log files are added to it.
Generated files from /build-aux are removed from the list.
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 f77a160493..b40a1c16aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} AM_MAKEFLAGS = --no-print-directory -AUTOMAKE_OPTIONS = color-tests +AUTOMAKE_OPTIONS = color-tests parallel-tests SUBDIRS = . po |