diff --git a/components/TARGET_PSA/TESTS/compliance_its/test_s003/main.c b/components/TARGET_PSA/TESTS/compliance_its/test_s003/main.c index cd0eee0a8d..a25994c3c4 100644 --- a/components/TARGET_PSA/TESTS/compliance_its/test_s003/main.c +++ b/components/TARGET_PSA/TESTS/compliance_its/test_s003/main.c @@ -2,12 +2,13 @@ #include "pal_mbed_os_intf.h" #include "lifecycle.h" -#ifdef ITS_TEST -void test_entry_s003(val_api_t *val_api, psa_api_t *psa_api); -#elif PS_TEST #ifndef PS_ALLOW_ENTIRE_STORAGE_FILL #error [NOT_SUPPORTED] Test is too long for CI, thus always fails on timeout. #endif + +#ifdef ITS_TEST +void test_entry_s003(val_api_t *val_api, psa_api_t *psa_api); +#elif PS_TEST void test_entry_p003(val_api_t *val_api, psa_api_t *psa_api); #endif