refactoring for added unittests

This commit is contained in:
2021-09-29 10:52:36 +02:00
parent e4286d18d4
commit f61d0e83f0
13 changed files with 142 additions and 16 deletions

6
unittest/main.cpp Normal file
View File

@ -0,0 +1,6 @@
#include "fsfw_tests/unit/CatchRunner.h"
int main(int argc, char* argv[]) {
fsfwtest::customMain(argc, argv);
}