From c5c13c60c88c214258563f089754fe3d1670fd12 Mon Sep 17 00:00:00 2001 From: Daniel Thornburgh Date: Thu, 14 Nov 2024 16:03:06 -0800 Subject: [PATCH] Fix merge --- tools/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 2f34b6823..e3b0340bb 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -47,8 +47,6 @@ endif() if(NOT ARCH STREQUAL "MOS") add_executable(not ${CMAKE_CURRENT_SOURCE_DIR}/not.cpp) + add_subdirectory(test) endif() -# Always add the test subdirectory. After all, we really should test these -# tools. -add_subdirectory(test)