diff --git a/CMakeLists.txt b/CMakeLists.txt index bb22d688..0c55c1ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -965,7 +965,7 @@ endif() # Test bash installation scripts include(cmake/AddInstallationScriptTest.cmake ) -add_installation_script_test(installation-scripts.sh src/tests/installation/) +add_installation_script_test(installation-scripts.sh tests/installation/) if( CAF_ENABLE_FAILED_IMAGES AND ( NOT ( "${CMAKE_C_COMPILER_ID}" STREQUAL "GNU" ) AND ( "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" ) )