mirror of https://github.com/ARMmbed/mbed-os.git
Build SPM tests only for MBED_SPM targets
parent
1db4e4634f
commit
60c6740c88
|
@ -19,6 +19,10 @@
|
|||
#error [NOT_SUPPORTED] SPM tests can run only on SPM-enabled targets
|
||||
#endif // COMPONENT_PSA_SRV_IPC
|
||||
|
||||
#ifndef TARGET_MBED_SPM
|
||||
#error [NOT_SUPPORTED] SPM tests currently only run on MBED_SPM targets
|
||||
#endif // TARGET_MBED_SPM
|
||||
|
||||
#include "mbed.h"
|
||||
#include "greentea-client/test_env.h"
|
||||
#include "unity.h"
|
||||
|
|
|
@ -19,6 +19,10 @@
|
|||
#error [NOT_SUPPORTED] SPM tests can run only on SPM-enabled targets
|
||||
#endif // COMPONENT_PSA_SRV_IPC
|
||||
|
||||
#ifndef TARGET_MBED_SPM
|
||||
#error [NOT_SUPPORTED] SPM tests currently only run on MBED_SPM targets
|
||||
#endif // TARGET_MBED_SPM
|
||||
|
||||
#include "mbed.h"
|
||||
#include "greentea-client/test_env.h"
|
||||
#include "unity.h"
|
||||
|
|
|
@ -19,6 +19,11 @@
|
|||
#ifndef COMPONENT_PSA_SRV_IPC
|
||||
#error [NOT_SUPPORTED] SPM tests can run only on SPM-enabled targets
|
||||
#endif // COMPONENT_PSA_SRV_IPC
|
||||
|
||||
#ifndef TARGET_MBED_SPM
|
||||
#error [NOT_SUPPORTED] SPM tests currently only run on MBED_SPM targets
|
||||
#endif // TARGET_MBED_SPM
|
||||
|
||||
/* -------------------------------------- Includes ----------------------------------- */
|
||||
|
||||
#include "greentea-client/test_env.h"
|
||||
|
|
Loading…
Reference in New Issue