fsfw/unittest
Robin Müller 2edf158312 correct preprocessor define now used 2021-01-03 14:16:52 +01:00
..
internal correct preprocessor define now used 2021-01-03 14:16:52 +01:00
tests include updated 2020-12-28 01:17:03 +01:00
user correct preprocessor define now used 2021-01-03 14:16:52 +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.