We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e93b40 commit c5c13c6Copy full SHA for c5c13c6
tools/CMakeLists.txt
@@ -47,8 +47,6 @@ endif()
47
48
if(NOT ARCH STREQUAL "MOS")
49
add_executable(not ${CMAKE_CURRENT_SOURCE_DIR}/not.cpp)
50
+ add_subdirectory(test)
51
endif()
52
-# Always add the test subdirectory. After all, we really should test these
53
-# tools.
54
-add_subdirectory(test)
0 commit comments