1
0
forked from fsfw/fsfw

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

@ -6,7 +6,7 @@
#include "fsfw/globalfunctions/arrayprinter.h"
#include "fsfw/serviceinterface.h"
TEST_CASE("File Data PDU", "[FileDataPdu]") {
TEST_CASE("File Data PDU", "[cfdp][pdu]") {
using namespace cfdp;
ReturnValue_t result = HasReturnvaluesIF::RETURN_OK;