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
Owner
  1. Further reduces the amount of code the user needs to copy and paste for unit tests
  2. Makes FSFW tests more accessible via CMake flag. This can be used to simplify moving mission unit tests to the FSFW
  3. A lot of include improvements
1. Further reduces the amount of code the user needs to copy and paste for unit tests 2. Makes FSFW tests more accessible via CMake flag. This can be used to simplify moving mission unit tests to the FSFW 3. A lot of include improvements
muellerr added 1 commit 2021-08-16 10:53:42 +02:00
a18706ec53
Make FSFW tests accessible from outside
1. Further reduces the amount of code the user needs to copy and paste
2. Makes FSFW tests more accessible. This can be used to simplify moving mission unit tests
   to the FSFW
3. A lot of include improvements
muellerr added the
feature
label 2021-08-16 10:53:59 +02:00
muellerr changed title from Make FSFW tests accessible from outside to Make FSFW tests accessable from outside 2021-08-16 15:07:23 +02:00
gaisser reviewed 2021-08-16 15:17:07 +02:00
CMakeLists.txt Outdated
@ -39,3 +40,3 @@
# Backwards comptability
if(OS_FSFW)
if(OS_FSFW AND NOT FSFW_OSAL)
Owner

Should be part of #464

Should be part of #464
muellerr added 1 commit 2021-08-16 15:26:47 +02:00
gaisser approved these changes 2021-08-16 15:27:55 +02:00
muellerr merged commit e226f19ca8 into development 2021-09-06 18:50:12 +02:00
muellerr deleted branch mueller/tests-accessible-from-outside-squashed 2021-09-06 18:50:12 +02:00
Sign in to join this conversation.
No description provided.