From 56bdcfa757d605dfca930194e127e4daa004c5ec Mon Sep 17 00:00:00 2001 From: Kjell Hedstrom Date: Sun, 19 Jul 2015 23:16:29 -0600 Subject: [PATCH] fixing travis --- scripts/buildAndRunTests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/buildAndRunTests.sh b/scripts/buildAndRunTests.sh index d2d9a01..ba6e56b 100755 --- a/scripts/buildAndRunTests.sh +++ b/scripts/buildAndRunTests.sh @@ -17,8 +17,8 @@ cd build_travis if [[ $CXX == *"g++"* ]] then echo "Testing with g++" - cmake -DCMAKE_CXX_COMPILER=g++ -DUSE_G3LOG_UNIT_TEST=ON .. - make -j + cmake -DUSE_DYNAMIC_LOGGING_LEVELS=ON -DADD_G3LOG_UNIT_TEST=ON .. + make -j ./test_concept_sink ./test_configuration ./test_dynamic_loaded_shared_lib