From 67ee547ea376a72fbf383b00014ee97f3ef889a1 Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Thu, 20 Aug 2020 13:51:05 -0700 Subject: [PATCH] Try to fix test name. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 66649ddc6..e3e0b310e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 $ -mg ${TERRA_TEST} WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/tests )