unittests were refactored
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2021-10-11 19:43:44 +02:00
parent 221012f790
commit 1bef032260
22 changed files with 5 additions and 387 deletions

View File

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