diff --git a/cmake/modules/TestTarget.cmake b/cmake/modules/TestTarget.cmake index 90741be..336671a 100644 --- a/cmake/modules/TestTarget.cmake +++ b/cmake/modules/TestTarget.cmake @@ -136,7 +136,7 @@ endif () unset(TEST_TARGET_OPTIONS) unset(RUN_TESTS_APPLICATION_ARGS) if (META_PROJECT_TYPE STREQUAL "application") - set(RUN_TESTS_APPLICATION_ARGS -a "$") + set(RUN_TESTS_APPLICATION_ARGS -a "$") endif () set(RUN_TESTS_ARGS -p "${CMAKE_CURRENT_SOURCE_DIR}/testfiles" -w "${CMAKE_CURRENT_BINARY_DIR}/testworkingdir" ${RUN_TESTS_APPLICATION_ARGS})