spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 36f243020bd24e8ae2bdee430f66559307a8cf31
parent 773758c3ce71893b14ab55a2968f8fd72799ecc2
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Thu,  8 Aug 2013 10:04:17 -0700

Fix tests output

Diffstat:
M.gitignore | 4----
Mconfigure.ac | 2+-
2 files changed, 1 insertion(+), 5 deletions(-)

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