File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
spm_client/COMPONENT_NSPE
spm_server/COMPONENT_NSPE Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 19
19
#error [NOT_SUPPORTED] SPM tests can run only on SPM-enabled targets
20
20
#endif // COMPONENT_PSA_SRV_IPC
21
21
22
+ #ifndef TARGET_MBED_SPM
23
+ #error [NOT_SUPPORTED] SPM tests currently only run on MBED_SPM targets
24
+ #endif // TARGET_MBED_SPM
25
+
22
26
#include " mbed.h"
23
27
#include " greentea-client/test_env.h"
24
28
#include " unity.h"
Original file line number Diff line number Diff line change 19
19
#error [NOT_SUPPORTED] SPM tests can run only on SPM-enabled targets
20
20
#endif // COMPONENT_PSA_SRV_IPC
21
21
22
+ #ifndef TARGET_MBED_SPM
23
+ #error [NOT_SUPPORTED] SPM tests currently only run on MBED_SPM targets
24
+ #endif // TARGET_MBED_SPM
25
+
22
26
#include " mbed.h"
23
27
#include " greentea-client/test_env.h"
24
28
#include " unity.h"
Original file line number Diff line number Diff line change 19
19
#ifndef COMPONENT_PSA_SRV_IPC
20
20
#error [NOT_SUPPORTED] SPM tests can run only on SPM-enabled targets
21
21
#endif // COMPONENT_PSA_SRV_IPC
22
+
23
+ #ifndef TARGET_MBED_SPM
24
+ #error [NOT_SUPPORTED] SPM tests currently only run on MBED_SPM targets
25
+ #endif // TARGET_MBED_SPM
26
+
22
27
/* -------------------------------------- Includes ----------------------------------- */
23
28
24
29
#include " greentea-client/test_env.h"
You can’t perform that action at this time.
0 commit comments