test/recipes/30-test_evp_data/evppkey.txt
[openssl.git] / test / gosttest.c
index 398effa0a3037a506a7497fe7d5d522a6b10bddd..7737a68f5f9108386428442e3a5ddf8a519a1ba2 100644 (file)
@@ -78,8 +78,15 @@ static int test_tls13(int idx)
     return testresult;
 }
 
+OPT_TEST_DECLARE_USAGE("certfile1 privkeyfile1 certfile2 privkeyfile2\n")
+
 int setup_tests(void)
 {
+    if (!test_skip_common_options()) {
+        TEST_error("Error parsing test options\n");
+        return 0;
+    }
+
     if (!TEST_ptr(cert1 = test_get_argument(0))
             || !TEST_ptr(privkey1 = test_get_argument(1))
             || !TEST_ptr(cert2 = test_get_argument(2))