1
0
forked from fsfw/fsfw

updated internal unit test

This commit is contained in:
2021-01-15 16:56:36 +01:00
parent baba8fa5d7
commit 73b9d058e5
5 changed files with 31 additions and 7 deletions

View File

@ -22,7 +22,7 @@ public:
* Some function which calls all other tests
* @return
*/
virtual ReturnValue_t performTests();
virtual ReturnValue_t performTests(struct TestConfig testConfig);
};