Skip to content
Snippets Groups Projects
Commit 790bc9e1 authored by kongr45gpen's avatar kongr45gpen
Browse files

Compile using Catch2 library

parent dd1d6374
No related branches found
No related tags found
No related merge requests found
......@@ -15,3 +15,7 @@ add_custom_target(check
# Specify the .cpp files for the executables
add_executable(ecss_services src/main.cpp src/Message.cpp src/Service.cpp src/Services/TestService.cpp)
add_subdirectory(lib/Catch2)
add_executable(tests src/Message.cpp src/Service.cpp src/Services/TestService.cpp tests/tests.cpp tests/Message.cpp)
target_link_libraries(tests Catch2::Catch2)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment