use tags properly

This commit is contained in:
2022-08-03 13:23:49 +02:00
parent 60ea9a9a7c
commit cc98512caf
13 changed files with 375 additions and 287 deletions

View File

@ -8,7 +8,7 @@
#include "mocks/CcsdsCheckerMock.h"
#include "mocks/MessageQueueMock.h"
TEST_CASE("CCSDS Distributor", "[ccsds-distrib]") {
TEST_CASE("CCSDS Distributor", "[ccsds][tcdistrib]") {
LocalPool::LocalPoolConfig cfg = {{5, 32}, {2, 64}};
LocalPool pool(objects::NO_OBJECT, cfg);
auto queue = MessageQueueMock(1);