Skip to content

Commit

Permalink
restore ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc committed Jul 3, 2024
1 parent 27c94ef commit 6e0d41c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
6 changes: 1 addition & 5 deletions ci/verify_current_targets/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ find_package(Threads REQUIRED)
include(CTest)

function (add_test_case name)
set(source "verify_current_targets.cc")
if (${name} MATCHES ".*mocks")
set(source "verify_current_mock_targets.cc")
endif ()
add_executable("${name}" ${source})
add_executable("${name}" "verify_current_targets.cc")
target_link_libraries("${name}" PRIVATE ${ARGN})
add_test(NAME "${name}" COMMAND "${name}")
endfunction ()
Expand Down
23 changes: 0 additions & 23 deletions ci/verify_current_targets/verify_current_mock_targets.cc

This file was deleted.

0 comments on commit 6e0d41c

Please sign in to comment.