Skip to content

Commit

Permalink
Try to fix test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Aug 20, 2020
1 parent 1e416b7 commit 67ee547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ foreach(TERRA_TEST ${TERRA_TESTS})
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/tests
)
# again, with debug symbols
add_test(NAME "${TERRA_TEST} debug"
add_test(NAME "${TERRA_TEST}-debug"
COMMAND $<TARGET_FILE:TerraExecutable> -mg ${TERRA_TEST}
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/tests
)
Expand Down

0 comments on commit 67ee547

Please sign in to comment.