Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bartpomietlo authored Sep 23, 2024
1 parent 92c7c1f commit 32883de
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 @@ -48,5 +48,5 @@ set_target_properties(Exchange_Web_App_tests PROPERTIES
)

enable_testing()

add_test(NAME Exchange_Web_App_tests COMMAND Exchange_Web_App_tests --log_level=test_suite)
add_test(NAME Exchange_Web_App_tests COMMAND ${CMAKE_SOURCE_DIR}/tests/MoneyExchange.exe --log_level=test_suite)
# add_test(NAME Exchange_Web_App_tests COMMAND Exchange_Web_App_tests --log_level=test_suite)

0 comments on commit 32883de

Please sign in to comment.