From fd448123aa747dae519f03cc6625f331746718bc Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Thu, 27 Feb 2014 18:31:45 -0300 Subject: Add more example unit tests and run with travis --- scripts/travis.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/travis.sh') diff --git a/scripts/travis.sh b/scripts/travis.sh index 260eb3eefe..16dd5686c3 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -3,6 +3,7 @@ export VALGRIND_CHECK=1 make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist" make +make unittest echo "Running tests with valgrind..." if ! make test > /dev/null; then if ls src/testdir/valgrind.* > /dev/null 2>&1; then -- cgit