fsfw/tests/user
Robin Müller 490ab440e5
smaller tweaks in CMakelists files
2021-07-30 14:21:37 +02:00
..
testcfg updated user folder 2021-07-30 14:18:47 +02:00
testtemplate new test folder 2021-07-14 10:22:58 +02:00
unittest Merge remote-tracking branch 'origin/development' into mueller/master 2021-07-27 13:12:00 +02:00
CMakeLists.txt smaller tweaks in CMakelists files 2021-07-30 14:21:37 +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.