Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
idapena committed Feb 16, 2024
1 parent 289e26b commit fc28b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit fc28b4f

Please sign in to comment.