Updated test command line parsing to support commmon commands
[openssl.git] / test / clienthellotest.c
index 6c7783158fec8e367e2c05815691151b76b29004..2c1110b13ff52b7731b86aa46c81da9aea277cd1 100644 (file)
@@ -240,6 +240,8 @@ end:
     return testresult;
 }
 
+OPT_TEST_DECLARE_USAGE("sessionfile\n")
+
 int setup_tests(void)
 {
     if (!TEST_ptr(sessionfile = test_get_argument(0)))