Skip to content

Commit c5c13c6

Browse files
committed
Fix merge
1 parent 5e93b40 commit c5c13c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ endif()
4747

4848
if(NOT ARCH STREQUAL "MOS")
4949
add_executable(not ${CMAKE_CURRENT_SOURCE_DIR}/not.cpp)
50+
add_subdirectory(test)
5051
endif()
5152

52-
# Always add the test subdirectory. After all, we really should test these
53-
# tools.
54-
add_subdirectory(test)

0 commit comments

Comments
 (0)