Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Dec 29, 2023
1 parent be31a42 commit 276db85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,6 @@ if(BKPAD_UNITTESTS)
VS_DEBUGGER_WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
endif()

add_test(NAME ${test} COMMAND ${test} WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
add_test(NAME ${test} COMMAND $<TARGET_FILE:${test}> WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
endforeach()
endif()

0 comments on commit 276db85

Please sign in to comment.