Skip to content

Commit

Permalink
fix(cmake): another adjustment for tests dir move
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Jun 5, 2022
1 parent 03c03d0 commit 7f75c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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" ) )
Expand Down

0 comments on commit 7f75c50

Please sign in to comment.