Skip to content

Commit ef4f0ae

Browse files
committed
corrected test executable which was changed by chatgpt
1 parent aa6646d commit ef4f0ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,6 @@ target_include_directories(ctaylor PRIVATE include)
8585
# Enable testing
8686
enable_testing()
8787

88-
# Add tests if any (adjust accordingly)
89-
add_test(NAME ctaylor_test COMMAND ctaylor)
88+
# Add test_exe as the only test and run it from the test directory
89+
add_test(NAME test_exe COMMAND ${CMAKE_COMMAND} -E chdir ../test ./test_exe)
90+

0 commit comments

Comments
 (0)