Skip to content

Commit

Permalink
Fix EXE_Argparser_print_help test (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtran authored Oct 4, 2024
1 parent a9ab852 commit 97019d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ foreach(t IN LISTS tests)
endforeach()


set(CPX-EXE "${PROJECT_BINARY_DIR}/cpx")
set(CPX_EXE "${PROJECT_BINARY_DIR}/app/cpx")

add_test("EXE_Argparser_print_help" ${XTB-EXE} --help)
add_test("EXE_Argparser_print_help" ${CPX_EXE} --help)

set_tests_properties(
PROPERTIES
Expand Down

0 comments on commit 97019d7

Please sign in to comment.