summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-08 11:16:50 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-11 17:05:09 +0100
commit4e8e020a04b8a5418634e8a51b956eefc64f0228 (patch)
treed1d7a050ce8b5ec8c03036a4cbd1b092069e37ed
parenta6ae9675f335fea64ce0d905492acc7f331aff2b (diff)
testsuites/validation/tr-fatal-start-of-mandatory-processor-failed.c
-rw-r--r--testsuites/validation/tr-fatal-start-of-mandatory-processor-failed.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuites/validation/tr-fatal-start-of-mandatory-processor-failed.c b/testsuites/validation/tr-fatal-start-of-mandatory-processor-failed.c
index fc80595661..643c4f34f8 100644
--- a/testsuites/validation/tr-fatal-start-of-mandatory-processor-failed.c
+++ b/testsuites/validation/tr-fatal-start-of-mandatory-processor-failed.c
@@ -99,14 +99,6 @@ typedef struct {
static ScoreSmpValFatalStartOfMandatoryProcessorFailed_Context
ScoreSmpValFatalStartOfMandatoryProcessorFailed_Instance;
-static T_fixture ScoreSmpValFatalStartOfMandatoryProcessorFailed_Fixture = {
- .setup = NULL,
- .stop = NULL,
- .teardown = NULL,
- .scope = NULL,
- .initial_context = &ScoreSmpValFatalStartOfMandatoryProcessorFailed_Instance
-};
-
bool __wrap__CPU_SMP_Start_processor( uint32_t cpu_index );
bool __wrap__CPU_SMP_Start_processor( uint32_t cpu_index )
@@ -115,6 +107,14 @@ bool __wrap__CPU_SMP_Start_processor( uint32_t cpu_index )
return false;
}
+static T_fixture ScoreSmpValFatalStartOfMandatoryProcessorFailed_Fixture = {
+ .setup = NULL,
+ .stop = NULL,
+ .teardown = NULL,
+ .scope = NULL,
+ .initial_context = &ScoreSmpValFatalStartOfMandatoryProcessorFailed_Instance
+};
+
/**
* @brief The test action is carried out by the application configuration of
* the test suite.