1
0
forked from fsfw/fsfw

fixes for internal unittest

This commit is contained in:
2020-10-29 17:21:51 +01:00
parent 3fc2068011
commit 777457482b
8 changed files with 25 additions and 16 deletions

View File

@ -1,7 +1,7 @@
#ifndef FRAMEWORK_TEST_UNITTESTCLASS_H_
#define FRAMEWORK_TEST_UNITTESTCLASS_H_
#include <unittest/internal/UnittDefinitions.h>
#include "UnittDefinitions.h"
#include <fsfw/returnvalues/HasReturnvaluesIF.h>
/**
@ -22,7 +22,7 @@ public:
* Some function which calls all other tests
* @return
*/
ReturnValue_t performTests();
virtual ReturnValue_t performTests();
};