adding linux ci and fixing problems
This commit is contained in:
automation
src/fsfw
events
fdir
globalfunctions
matching
health
internalerror
objectmanager
osal
unittests
@ -31,4 +31,7 @@ int customSetup() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int customTeardown() { return 0; }
|
||||
int customTeardown() {
|
||||
ObjectManager::clear();
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user