Commit f5dc1660 authored by David P. Sicilia's avatar David P. Sicilia

Enable testing in the Travis config file.

This is needed because ENABLE_TESTING is no longer enabled by
default.
parent 85b4d7c8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment