add fmt tests
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user