diff options
| author | TrickyLeifa <date.epoch@gmail.com> | 2024-05-18 02:34:02 +0200 |
|---|---|---|
| committer | TrickyLeifa <date.epoch@gmail.com> | 2024-05-18 02:34:02 +0200 |
| commit | 406a4661ae88e063db0ba2c063db6ad5d1b2de25 (patch) | |
| tree | f624516deee451f5ade79e1103ca659486ac4eb6 /CMakeLists.txt | |
| parent | db5ceb056955eff1018ea991e0117d6892366f2e (diff) | |
Tests may now be disabled
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0fa533e3..ee5759e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,6 +122,5 @@ if(AO_ENABLE_DISCORD_RPC) endif() if(AO_BUILD_TESTS) - # add_subdirectory(test) + add_subdirectory(test) endif() -add_subdirectory(test) |
