aboutsummaryrefslogtreecommitdiff
path: root/test/verify_extra_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/verify_extra_test.c')
-rw-r--r--test/verify_extra_test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/verify_extra_test.c b/test/verify_extra_test.c
index d1da730..91ed31b 100644
--- a/test/verify_extra_test.c
+++ b/test/verify_extra_test.c
@@ -263,6 +263,11 @@ static int test_req_sm2_id(void)
int setup_tests(void)
{
+ if (!test_skip_common_options()) {
+ TEST_error("Error parsing test options\n");
+ return 0;
+ }
+
if (!TEST_ptr(roots_f = test_get_argument(0))
|| !TEST_ptr(untrusted_f = test_get_argument(1))
|| !TEST_ptr(bad_f = test_get_argument(2))