From b5a223bfcf2ebcf374973b29870a5e80fb42b8be Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sat, 1 Dec 2012 10:37:52 +0100 Subject: 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3-54-g00ecf