Skip to content

Commit aa7e1ce

Browse files
Michael SchwarczAlexander Zilberkant
authored andcommitted
Fix its tests in non-psa targets
1 parent 9b13e24 commit aa7e1ce

File tree

1 file changed

+4
-0
lines changed
  • TESTS/psa/prot_internal_storage/its_reset/COMPONENT_PSA_SRV_EMUL

1 file changed

+4
-0
lines changed

TESTS/psa/prot_internal_storage/its_reset/COMPONENT_PSA_SRV_EMUL/test_pits.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
* limitations under the License.
1616
*/
1717

18+
#ifndef TARGET_PSA
19+
#error [NOT_SUPPORTED] ITS tests can run only on PSA-enabled targets.
20+
#endif // TARGET_PSA
21+
1822
#include "test_pits.h"
1923
#include "test_pits_impl.h"
2024

0 commit comments

Comments
 (0)