Unittest integrated in FSFW now #242
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:mueller/unittest-integration-from-master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The unittest folder contains the Makefile-FSFW-Tests which needs to be copied into project main directory. It is assumed that the FSFW is included there as a submodule.
Then the unittests can be built (right now only on Linux)
with
which generates a binary which can be run (run with --success for success messages).
README still needs to be updated. This propably makes fsfw_tests repo obsolete
Ok, I have thought about this request. If we integrate catch2, we have to updated the licence and notice.
As this packet is publicly avaiable and not mandatory for the functionallity of the fsfw itself, we shouldn't integrate catch2 here.
Okay, we can do it like that but then we would keep fsfw_test I guess.