Skip to content

Commit

Permalink
[pseudo] respect CLANG_INCLUDE_TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-mccall committed Apr 4, 2022
1 parent b0abada commit 72ae6cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions clang-tools-extra/pseudo/CMakeLists.txt
Expand Up @@ -2,5 +2,7 @@ include_directories(include)
include_directories(${CMAKE_CURRENT_BINARY_DIR}/include)
add_subdirectory(lib)
add_subdirectory(tool)
add_subdirectory(unittests)
add_subdirectory(test)
if(CLANG_INCLUDE_TESTS)
add_subdirectory(unittests)
add_subdirectory(test)
endif()

0 comments on commit 72ae6cc

Please sign in to comment.