Skip to content

Commit

Permalink
Github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Nov 27, 2023
1 parent 53a6fe2 commit 88ff6ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ target_link_libraries(test_controlled_temp PRIVATE proxyfmu-client)

add_executable(test_mass-spring-damper test_mass-spring-damper.cpp)
add_test(NAME test_mass-spring-damper COMMAND test_mass-spring-damper)

set_tests_properties(
test_identity
test_controlled_temp
test_mass-spring-damper
PROPERTIES
ENVIRONMENT "PATH=$<SHELL_PATH:$<TARGET_FILE_DIR:proxyfmu-client>\;>$ENV{PATH}"
)

0 comments on commit 88ff6ff

Please sign in to comment.