From 98144c40bd5614237d23a95d068b8036af7af9ef Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 19 Feb 2013 19:02:59 -0500 Subject: tests: [CENSORED] [CENSORED] automake [CENSORED] Specifying serial-tests in AM_INIT_AUTOMAKE breaks the build with automake 1.11, so the only way to support both 1.11 and 1.13 is to make the tests work under the parallel harness. Fortunately this wasn't that hard. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9fbae76f..19686f4d 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,9 @@ po/Makefile.in.in po/POTFILES po/stamp-it stamp-h1 +test-driver +tests/*.log +tests/*.trs tests/*-test tests/date tests/dns -- cgit v1.2.1