aboutsummaryrefslogtreecommitdiffstats
path: root/nihil/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nihil/CMakeLists.txt')
-rw-r--r--nihil/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/nihil/CMakeLists.txt b/nihil/CMakeLists.txt
index 81f11c6..72f7e22 100644
--- a/nihil/CMakeLists.txt
+++ b/nihil/CMakeLists.txt
@@ -20,3 +20,8 @@ target_sources(nihil PUBLIC
spawn.ccm
tabulate.ccm
usage_error.ccm)
+
+if(NIHIL_TESTS)
+ add_subdirectory(tests)
+ enable_testing()
+endif()