The inject test can run also on single core CPU's such as K64F

pull/8935/head
Alex Volinski 2018-12-04 16:40:13 +02:00 committed by Alexander Zilberkant
parent c3bd6f12d2
commit d614fd8955
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
* 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.
#endif // TARGET_PSA