From 5383d4db04bc8b8c97957edb54375de304e0458b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 13 Aug 2020 09:59:19 +0200 Subject: libtest: Add fixture steps Support a new test plan for each nested fixture. Update #3199. --- cpukit/include/rtems/test.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/include/rtems/test.h') diff --git a/cpukit/include/rtems/test.h b/cpukit/include/rtems/test.h index 212d4a5ae2..95e078ceff 100644 --- a/cpukit/include/rtems/test.h +++ b/cpukit/include/rtems/test.h @@ -71,6 +71,9 @@ typedef struct T_fixture_node { struct T_fixture_node *previous; const T_fixture *fixture; void *context; + unsigned int next_planned_steps; + unsigned int next_steps; + unsigned int failures; } T_fixture_node; #define T_ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) -- cgit v1.2.3