Introduce the provider property
[openssl.git] / test / danetest.c
index 2c228ecc52b53208847480580c03ab823e86dd47..9b61699999b1fb0d538902481cb763b4b6eff1c1 100644 (file)
@@ -413,6 +413,11 @@ OPT_TEST_DECLARE_USAGE("basedomain CAfile tlsafile\n")
 
 int setup_tests(void)
 {
+    if (!test_skip_common_options()) {
+        TEST_error("Error parsing test options\n");
+        return 0;
+    }
+
     if (!TEST_ptr(basedomain = test_get_argument(0))
             || !TEST_ptr(CAfile = test_get_argument(1))
             || !TEST_ptr(tlsafile = test_get_argument(2)))