Skip to content

Commit d614fd8

Browse files
Alex VolinskiAlexander Zilberkant
authored andcommitted
The inject test can run also on single core CPU's such as K64F
1 parent c3bd6f1 commit d614fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/psa/entropy_inject/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
#if (!defined(TARGET_PSA) || !defined(COMPONENT_PSA_SRV_IPC))
19+
#if ((!defined(TARGET_PSA) || (!defined(COMPONENT_PSA_SRV_IPC)) && !defined(MBEDTLS_ENTROPY_NV_SEED)))
2020
#error [NOT_SUPPORTED] PSA entropy injection tests can run only on PSA-enabled targets.
2121
#endif // TARGET_PSA
2222

0 commit comments

Comments
 (0)