From e3b4f5038ddecba19bf60910cdfcbcc95977cbfa Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Thu, 23 Oct 2014 23:22:26 +0200 Subject: [PATCH] Fixed path of test exe --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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