Updated test command line parsing to support commmon commands
[openssl.git] / test / recordlentest.c
index a73e4436845c9b39974b68273768bb891e73977f..9be354bea81fbb8dd46ad0fc45e84cb25eba6cf3 100644 (file)
@@ -181,6 +181,8 @@ static int test_record_overflow(int idx)
     return testresult;
 }
 
+OPT_TEST_DECLARE_USAGE("certfile privkeyfile\n")
+
 int setup_tests(void)
 {
     if (!TEST_ptr(cert = test_get_argument(0))