[ox] Make tests search in {build output}/bin dir for tests

This commit is contained in:
2023-07-01 16:03:19 -05:00
parent 39eb82596b
commit 6166ab15db
8 changed files with 49 additions and 49 deletions

View File

@@ -7,4 +7,4 @@ add_executable(
target_link_libraries(EventTest OxEvent)
add_test("[ox/event] Test 1" EventTest "test1")
add_test("[ox/event] Test 1" ${CMAKE_BINARY_DIR}/bin/EventTest "test1")