Add travis config, fix tests.

This commit is contained in:
Kyle Isom
2015-12-17 02:00:45 -08:00
parent e27a6fed94
commit 5eb7246220
6 changed files with 42 additions and 20 deletions

View File

@@ -3,4 +3,5 @@
CXX=g++
command -v clang 2>&1 > /dev/null && CXX=clang++
[ -d m4 ] || mkdir m4
autoreconf -i && ./configure CXX=$CXX && make && make check
autoreconf -i && ./configure --enable-silent-rules CXX=$CXX \
&& make && make check