Robin Mueller
a18706ec53
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 |
||
---|---|---|
.. | ||
testcfg | ||
testtemplate | ||
CMakeLists.txt | ||
lcov.sh | ||
README.md |
FSFW Testing
This folder contains testing and unit testing components.
Instructions
The easiest way to run the unittest contained in this folder is to follow the steps in the test repository. This is recommended even if the goal is to set up a custom test repository to have a starting point.
To set up a custom test repository or project, following steps can be performed:
- Copy the user folder content into the project root.
- Clone Catch2 in the project root.
- Use the
CMakeLists.txt
as a starting point to add tests and build the test executable.