diff --git a/.gitignore b/.gitignore index e2e98b1..0882be3 100644 --- a/.gitignore +++ b/.gitignore @@ -41,10 +41,6 @@ po/stamp-it src/*.stamp src/spek stamp-h1 -test-driver tests/test -tests/test-suite.log -tests/test.log -tests/test.trs web/version xmldocs.make diff --git a/configure.ac b/configure.ac index d9e41e1..a0d618b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT([spek],[0.8.2]) AC_CONFIG_SRCDIR([src/spek.cc]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.11.1 foreign no-dist-gzip dist-xz]) +AM_INIT_AUTOMAKE([1.11.1 foreign no-dist-gzip dist-xz serial-tests]) AM_SILENT_RULES([yes]) AC_LANG([C++])