fsfw/tests/user
Robin Müller a94725c423 Merge remote-tracking branch 'origin/development' into mueller/restructuring 2021-07-27 13:07:58 +02:00
..
testcfg new test folder 2021-07-14 10:22:58 +02:00
testtemplate new test folder 2021-07-14 10:22:58 +02:00
unittest Merge remote-tracking branch 'origin/development' into mueller/restructuring 2021-07-27 13:07:58 +02:00
CMakeLists.txt new test folder 2021-07-14 10:22:58 +02:00
README.md new test folder 2021-07-14 10:22:58 +02:00
lcov.sh new test folder 2021-07-14 10:22:58 +02:00

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:

  1. Copy the user folder content into the project root.
  2. Clone Catch2 in the project root.
  3. Use the CMakeLists.txt as a starting point to add tests and build the test executable.