File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
+ #if ((!defined(TARGET_PSA) || (!defined(COMPONENT_PSA_SRV_IPC)) && !defined(MBEDTLS_ENTROPY_NV_SEED)))
20
+ #error [NOT_SUPPORTED] PSA entropy injection tests can run only on PSA-enabled targets.
21
+ #endif // TARGET_PSA
22
+
19
23
#include " greentea-client/test_env.h"
20
24
#include " unity/unity.h"
21
25
#include " utest/utest.h"
25
29
#include " entropy_poll.h"
26
30
#include " crypto.h"
27
31
28
- #if ((!defined(TARGET_PSA) || (!defined(COMPONENT_PSA_SRV_IPC)) && !defined(MBEDTLS_ENTROPY_NV_SEED)))
29
- #error [NOT_SUPPORTED] PSA entropy injection tests can run only on PSA-enabled targets.
30
- #endif // TARGET_PSA
31
-
32
32
/* MAX value support macro */
33
33
#if !defined(MAX)
34
34
#define MAX (a,b ) (((a)>(b))?(a):(b))
You can’t perform that action at this time.
0 commit comments