diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bea40c..0df5eba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,12 +49,12 @@ target_link_libraries(tests PRIVATE Catch2::Catch2WithMain) # Add individual tests using add_test() add_test( - NAME Graph Node Test + NAME GraphNodeTest COMMAND tests --testcase "Graph nodes are created correctly" ) add_test( - NAME Graph Edge Test + NAME GraphEdgeTest COMMAND tests --testcase "Graph edges are created correctly" )