From 4dd7a3af398cfe8c78596916d0b0974d88845bc0 Mon Sep 17 00:00:00 2001 From: Godzil Date: Mon, 17 Feb 2020 23:22:05 +0000 Subject: [PATCH] Add Chapter 5 and 6 executable to the test list --- tests/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 7917c61..7b43349 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -26,4 +26,7 @@ target_link_libraries(ch5_test rayonnement) add_executable(ch6_test) target_include_directories(ch6_test PUBLIC ../source/include) target_sources(ch6_test PRIVATE ch6_test.cpp) -target_link_libraries(ch6_test rayonnement) \ No newline at end of file +target_link_libraries(ch6_test rayonnement) + +add_test(NAME Chapter05_Test COMMAND $) +add_test(NAME Chapter06_Test COMMAND $) \ No newline at end of file