fsfw/unittest
Robin Müller f60f02c5b8 updated readme 2020-12-27 14:53:37 +01:00
..
internal restructured test folder and enabled cmake v3 support 2020-12-27 14:14:38 +01:00
tests cleaned up includes 2020-12-27 14:20:26 +01:00
user updated readme 2020-12-27 14:53:37 +01:00
CMakeLists.txt restructured test folder and enabled cmake v3 support 2020-12-27 14:14:38 +01:00
README.md updated readme 2020-12-27 14:53:37 +01:00
lcov.sh unittest now contained directly 2020-10-20 17:11:23 +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.