diff --git a/TESTS/psa/prot_internal_storage/its_reset/COMPONENT_PSA_SRV_EMUL/test_pits.c b/TESTS/psa/prot_internal_storage/its_reset/COMPONENT_PSA_SRV_EMUL/test_pits.c index 5f8517c892..60a2d9a854 100644 --- a/TESTS/psa/prot_internal_storage/its_reset/COMPONENT_PSA_SRV_EMUL/test_pits.c +++ b/TESTS/psa/prot_internal_storage/its_reset/COMPONENT_PSA_SRV_EMUL/test_pits.c @@ -15,6 +15,10 @@ * limitations under the License. */ +#ifndef TARGET_PSA +#error [NOT_SUPPORTED] ITS tests can run only on PSA-enabled targets. +#endif // TARGET_PSA + #include "test_pits.h" #include "test_pits_impl.h"