fsfw/unittest
Robin Müller 67b05fee2e newline removed 2021-03-11 15:04:20 +01:00
..
internal array printer tests complete 2021-01-15 18:07:32 +01:00
tests newline removed 2021-03-11 15:04:20 +01:00
user Squashed commit of the following: 2021-01-13 11:53:34 +01:00
CMakeLists.txt repaired internal unit test 2021-01-15 17:25:27 +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.