From f5dc16603ee97b77f9945e29b4f4864afdde2652 Mon Sep 17 00:00:00 2001 From: "David P. Sicilia" Date: Sat, 1 Dec 2018 20:57:45 -0500 Subject: [PATCH] Enable testing in the Travis config file. This is needed because ENABLE_TESTING is no longer enabled by default. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 49ea5476..c578ce26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -104,6 +104,7 @@ script: -DCMAKE_CXX_STANDARD=$CPP \ -DSPDLOG_BUILD_EXAMPLES=ON \ -DSPDLOG_BUILD_BENCH=OFF \ + -DBUILD_TESTING=ON \ -DSPDLOG_SANITIZE_ADDRESS=$ASAN \ -DSPDLOG_SANITIZE_THREAD=$TSAN - make VERBOSE=1 -j2