#include #include #include "objects/systemObjectList.h" #include "tmtc/apid.h" #include "tmtc/pusIds.h" TEST_CASE("PUS Service 11", "[pus-srvc11]") { Service11TelecommandScheduling<13> pusService11({objects::PUS_SERVICE_11_TC_SCHEDULER, apid::DEFAULT_APID, pus::PUS_SERVICE_11}, nullptr); // TODO test something... }