From 7f75c504eeec4e11adb46efc0d0a3ba15865f9e7 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Sun, 5 Jun 2022 14:46:44 -0700 Subject: [PATCH] fix(cmake): another adjustment for tests dir move --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) )