mirror of https://github.com/ARMmbed/mbed-os.git
The inject test can run also on single core CPU's such as K64F
parent
fee5e42f95
commit
f07943d2b1
|
@ -16,7 +16,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if (!defined(TARGET_PSA) || !defined(COMPONENT_PSA_SRV_IPC))
|
#if ((!defined(TARGET_PSA) || (!defined(COMPONENT_PSA_SRV_IPC)) && !defined(MBEDTLS_ENTROPY_NV_SEED)))
|
||||||
#error [NOT_SUPPORTED] PSA entropy injection tests can run only on PSA-enabled targets.
|
#error [NOT_SUPPORTED] PSA entropy injection tests can run only on PSA-enabled targets.
|
||||||
#endif // TARGET_PSA
|
#endif // TARGET_PSA
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue