From b4a28118497b05e3368667863f24146fd4bf3146 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 13 Oct 2017 11:43:53 +0200 Subject: Add tests and execute them with TravisCI --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0632ef9..e508da4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,9 +73,12 @@ if (CMAKE_COMPILER_IS_GNUCC OR ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")) endif () #}}} #{{{ Subdirectories +enable_testing() + add_subdirectory(docs) add_subdirectory(deps) add_subdirectory(src) +add_subdirectory(tests) if (WITH_CONTRIB) add_subdirectory(contrib) endif () -- cgit v1.2.1