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-09 15:47:12 +0100
commita172d9460320ac9817288878ca755d932527c7c9 (patch)
tree48e2aeee5953a399f4b8ff78393237a52a5b9c7e
parent0baad9bd40d6efe2e82751409f31ec1557f9089d (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.