summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tr-tq-flush-fifo.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-22 15:00:05 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-28 14:30:46 +0100
commit528f0e1947876ef584681860c4c8b0615c548baf (patch)
treecd2892a58fa90fdb4fd08094fdc7fd22da31910d /testsuites/validation/tr-tq-flush-fifo.c
parentlibtest: Add T_add_remark() (diff)
downloadrtems-528f0e1947876ef584681860c4c8b0615c548baf.tar.bz2
validation: Add nested test case remarks
Close #4971.
Diffstat (limited to 'testsuites/validation/tr-tq-flush-fifo.c')
-rw-r--r--testsuites/validation/tr-tq-flush-fifo.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/validation/tr-tq-flush-fifo.c b/testsuites/validation/tr-tq-flush-fifo.c
index 4bd0573979..785d7b37a1 100644
--- a/testsuites/validation/tr-tq-flush-fifo.c
+++ b/testsuites/validation/tr-tq-flush-fifo.c
@@ -633,6 +633,11 @@ static void ScoreTqReqFlushFifo_TestVariant( ScoreTqReqFlushFifo_Context *ctx )
static T_fixture_node ScoreTqReqFlushFifo_Node;
+static T_remark ScoreTqReqFlushFifo_Remark = {
+ .next = NULL,
+ .remark = "ScoreTqReqFlushFifo"
+};
+
void ScoreTqReqFlushFifo_Run( TQContext *tq_ctx, bool may_stop )
{
ScoreTqReqFlushFifo_Context *ctx;
@@ -682,6 +687,7 @@ void ScoreTqReqFlushFifo_Run( TQContext *tq_ctx, bool may_stop )
}
}
+ T_add_remark( &ScoreTqReqFlushFifo_Remark );
T_pop_fixture();
}