update: build unit tests in travis

Signed-off-by: Lorenzo Fontana <lo@linux.com>
Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Lorenzo Fontana
2019-06-25 11:07:04 +00:00
committed by Leo Di Donato
parent 6e92988425
commit adabae4f63
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ set(FALCO_TESTS_SOURCES
set(FALCO_TESTED_LIBRARIES
falco_engine)
option(FALCO_BUILD_TESTS "Determines whether to build tests." OFF)
option(FALCO_BUILD_TESTS "Determines whether to build tests." ON)
if(FALCO_BUILD_TESTS)
enable_testing()