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

pull/9064/head
Alex Volinski 2018-12-04 16:40:13 +02:00 committed by Cruz Monrreal II
parent fee5e42f95
commit f07943d2b1
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