We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e862cf commit abf1cccCopy full SHA for abf1ccc
TESTS/psa/crypto_init/main.cpp
@@ -16,17 +16,17 @@
16
* limitations under the License.
17
*/
18
19
+#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
20
+#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
21
+#endif // TARGET_PSA
22
+
23
#include "greentea-client/test_env.h"
24
#include "unity/unity.h"
25
#include "utest/utest.h"
26
#include "crypto.h"
27
#include "entropy.h"
28
#include "entropy_poll.h"
29
-#if (!defined(TARGET_PSA))
-#error [NOT_SUPPORTED] PSA entropy injection tests can run only on PSA-enabled targets.
-#endif // TARGET_PSA
-
30
#define TEST_RANDOM_SIZE 64
31
32
#if !defined(MAX)
0 commit comments