Robin Mueller
825682c36d
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
8 lines
176 B
C++
8 lines
176 B
C++
#include "fsfw/serviceinterface/ServiceInterfaceStream.h"
|
|
#include "fsfw_tests/unit/CatchRunner.h"
|
|
|
|
int main(int argc, char* argv[]) {
|
|
fsfwtest::customMain(argc, argv);
|
|
}
|
|
|