2021-09-29 10:59:37 +02:00
|
|
|
#include "fsfw/serviceinterface/ServiceInterfaceStream.h"
|
2021-09-29 10:52:36 +02:00
|
|
|
#include "fsfw_tests/unit/CatchRunner.h"
|
|
|
|
|
|
|
|
int main(int argc, char* argv[]) {
|
2021-10-11 19:43:44 +02:00
|
|
|
// fsfwtest::customMain(argc, argv);
|
2021-09-29 10:52:36 +02:00
|
|
|
}
|
|
|
|
|