From ac64b8ba5c6f1f838c2f35d627643bf940e57d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Ko=C4=8D=C3=AD?= <90895854+kocimil1@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:59:07 +0100 Subject: [PATCH] Update CMakeLists.txt --- cpp/tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/tests/CMakeLists.txt b/cpp/tests/CMakeLists.txt index c72a4450..90de625a 100644 --- a/cpp/tests/CMakeLists.txt +++ b/cpp/tests/CMakeLists.txt @@ -17,4 +17,4 @@ target_link_libraries(test_add PRIVATE ) # Register the test with CTest -add_test(AddTest test_add) \ No newline at end of file +add_test(AddTest tests/test_add)