add fmt tests

This commit is contained in:
2022-05-08 02:06:29 +02:00
parent 9d70db97f8
commit 6984404979
5 changed files with 104 additions and 1 deletions

View File

@ -1,7 +1,10 @@
#include "FsfwTestTask.h"
#include "../test/testFmt.h"
FsfwTestTask::FsfwTestTask(object_id_t objectId, bool periodicEvent)
: TestTask(objectId), periodicEvent(periodicEvent) {}
: TestTask(objectId), periodicEvent(periodicEvent) {
fmtTests();
}
ReturnValue_t FsfwTestTask::performPeriodicAction() {
if (periodicEvent) {