diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index af4728fd..07e44dbf 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -16,4 +16,4 @@ add_executable(ArduinoJsonTests target_link_libraries(ArduinoJsonTests ArduinoJson) -add_test(ArduinoJsonTests ArduinoJsonTests) \ No newline at end of file +add_test(ArduinoJsonTests ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ArduinoJsonTests) \ No newline at end of file