Skip to content

Commit

Permalink
Update name of API testing binary
Browse files Browse the repository at this point in the history
  • Loading branch information
godotalgorithm committed Jun 3, 2024
1 parent 2aedec6 commit 5acc0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ add_mopac_test(erratic-1 "erratic1.mop")
add_mopac_test(erratic-2 "erratic2.mop")
add_mopac_test(erratic-3 "erratic3.mop")

add_test(NAME "mopac-api-test" COMMAND ${CMAKE_BINARY_DIR}/mopac-test${CMAKE_EXECUTABLE_SUFFIX})
add_test(NAME "mopac-api-test" COMMAND ${CMAKE_BINARY_DIR}/mopac-api-test${CMAKE_EXECUTABLE_SUFFIX})

0 comments on commit 5acc0c1

Please sign in to comment.