Skip to content

Commit

Permalink
Oops2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed May 19, 2024
1 parent 37ce6ed commit 709bf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if(PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
target_include_directories(${test_name} PRIVATE src)
target_compile_features(${test_name} PUBLIC cxx_std_17)
# add_test(NAME ${test_name} COMMAND ${test_name})
add_test(NAME ${test_name} COMMAND ci-wrapper.py $<TARGET_FILE:${test_name}>)
add_test(NAME ${test_name} COMMAND python3 ci-wrapper.py $<TARGET_FILE:${test_name}>)
list(APPEND dsym_targets ${test_name})
endforeach()

Expand Down

0 comments on commit 709bf6f

Please sign in to comment.