Skip to content

Commit

Permalink
Custom target for tests when using cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Jun 2, 2024
1 parent 428abdc commit 23da9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/testing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ set_target_properties(gmock_main PROPERTIES FOLDER extern)

if(${CIBUILDWHEEL})
macro(package_add_test TESTNAME)
add_custom_target(${TESTNAME})
endmacro()
else()
macro(package_add_test TESTNAME)
Expand Down

0 comments on commit 23da9a0

Please sign in to comment.