From 406a4661ae88e063db0ba2c063db6ad5d1b2de25 Mon Sep 17 00:00:00 2001 From: TrickyLeifa Date: Sat, 18 May 2024 02:34:02 +0200 Subject: [PATCH] Tests may now be disabled --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0fa533e..ee5759e 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)