Make FSFW tests accessable from outside #461

Merged
muellerr merged 2 commits from KSat/fsfw:mueller/tests-accessible-from-outside-squashed into development 2021-09-06 18:50:12 +02:00
Showing only changes of commit 92d3f0743b - Show all commits

View File

@ -39,7 +39,7 @@ elseif(${CMAKE_CXX_STANDARD} LESS 11)
endif()
# Backwards comptability
if(OS_FSFW AND NOT FSFW_OSAL)
if(OS_FSFW)

Should be part of #464

Should be part of #464
message(WARNING "Please pass the FSFW OSAL as FSFW_OSAL instead of OS_FSFW")
set(FSFW_OSAL OS_FSFW)
endif()