Skip to content

Commit

Permalink
Testing pipeline#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar-Metsa committed Feb 11, 2024
1 parent 63c301c commit cbf3136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,12 @@ set_target_properties(
add_test(NAME TestAdventure COMMAND TestAdventure)

# Timer
set(timer_qqq
set(timer_qqqq
../src/timers/CTimers.cpp
../src/timers/CTimers.h
)
set(TestTimerQQ TestCTimers.cpp)
add_executable(TestTimer ${timer_qqq} ${TestTimerQQ})
add_executable(TestTimer ${timer_qqqq} ${TestTimerQQ})
add_dependencies(TestTimer glm)
target_link_libraries(TestTimer Qt5::Test coverage_config)
set_target_properties(
Expand Down

0 comments on commit cbf3136

Please sign in to comment.