Skip to content
Snippets Groups Projects
Verified Commit e166abe9 authored by Maik Nijhuis's avatar Maik Nijhuis
Browse files

Formatting

parent 7933c247
Branches
No related tags found
1 merge request!2Various improvements
Pipeline #37876 passed
...@@ -10,6 +10,4 @@ add_executable(unittests main.cpp thello.cpp) ...@@ -10,6 +10,4 @@ add_executable(unittests main.cpp thello.cpp)
target_link_libraries(unittests PRIVATE hello Boost::unit_test_framework) target_link_libraries(unittests PRIVATE hello Boost::unit_test_framework)
add_test( add_test(NAME unittests COMMAND unittests -f JUNIT -k unittests.xml)
NAME unittests
COMMAND unittests -f JUNIT -k unittests.xml)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment