mirror of https://github.com/ARMmbed/mbed-os.git
Fix its tests in non-psa targets
parent
9b13e240c3
commit
aa7e1ce0e5
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue