[keel] Correct test path

This commit is contained in:
Gary Talent 2023-07-01 16:18:08 -05:00
parent 280130c3cd
commit d04d48124e

View File

@ -8,4 +8,4 @@ target_link_libraries(
Keel
)
add_test("[keel] writeUuidHeader" ${CMAKE_BINARY_DIR}/bin/KeelTest writeUuidHeader)
add_test("[keel] writeUuidHeader" ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/KeelTest writeUuidHeader)