We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecf823 commit d3de630Copy full SHA for d3de630
1 file changed
wolfcrypt/test/test.c
@@ -3064,11 +3064,13 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
3064
printf("Math: %s\n", wc_GetMathInfo());
3065
#endif
3066
3067
+ if (ret == 0) {
3068
#ifdef HAVE_STACK_SIZE
- StackSizeCheck(&args, wolfcrypt_test);
3069
+ StackSizeCheck(&args, wolfcrypt_test);
3070
#else
- wolfcrypt_test(&args);
3071
+ wolfcrypt_test(&args);
3072
3073
+ }
3074
3075
if ((ret = wolfCrypt_Cleanup()) != 0) {
3076
printf("wolfCrypt_Cleanup failed %d\n", (int)ret);
0 commit comments