[ox] Correct tests path

This commit is contained in:
2023-07-01 16:17:41 -05:00
parent e89751dd72
commit 280130c3cd
7 changed files with 48 additions and 48 deletions

View File

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