diff options
Diffstat (limited to 'nihil/CMakeLists.txt')
| -rw-r--r-- | nihil/CMakeLists.txt | 5 |
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() |
