From c09fc5ac21a92c8d4c84ea995ecd382873659eab Mon Sep 17 00:00:00 2001 From: aworley16 Date: Wed, 24 Sep 2025 09:25:05 -0500 Subject: [PATCH] added enable tests to toplevel CMakeList.txt --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28289d68a..9dc5bf109 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,6 +74,10 @@ endif() message(STATUS "Compiling all files as: ${locality_aware_LANG}") +if (ENABLE_UNIT_TESTS) + enable_testing() +endif() + add_subdirectory(src) set_source_files_properties(