We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6646d commit ef4f0aeCopy full SHA for ef4f0ae
CMakeLists.txt
@@ -85,5 +85,6 @@ target_include_directories(ctaylor PRIVATE include)
85
# Enable testing
86
enable_testing()
87
88
-# Add tests if any (adjust accordingly)
89
-add_test(NAME ctaylor_test COMMAND ctaylor)
+# Add test_exe as the only test and run it from the test directory
+add_test(NAME test_exe COMMAND ${CMAKE_COMMAND} -E chdir ../test ./test_exe)
90
+
0 commit comments