Fix tests output

This commit is contained in:
Alexander Kojevnikov 2013-08-08 10:04:17 -07:00
parent 773758c3ce
commit 36f243020b
2 changed files with 1 additions and 5 deletions

4
.gitignore vendored
View File

@ -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

View File

@ -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++])