Skip to content

Commit

Permalink
enable_testing()
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAtkinsonArm committed May 30, 2022
1 parent e1e7f02 commit a30a9f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bldsys/cmake/test_helpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
macro(vkb__enable_testing)
if((CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING) OR VKB_BUILD_TESTS)
include(CTest)
enable_testing()
endif()
endmacro()

Expand Down

0 comments on commit a30a9f3

Please sign in to comment.