summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
Diffstat (limited to 'mach')
-rwxr-xr-xmach2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach b/mach
index e4e1497e6..09a8189ca 100755
--- a/mach
+++ b/mach
@@ -194,7 +194,7 @@ def parse_arguments():
tests = [
"cipher", "lowhash", "chains", "cert", "dbtests", "tools", "fips",
"sdr", "crmf", "smime", "ssl", "ocsp", "merge", "pkits", "ec",
- "gtests", "ssl_gtests"
+ "gtests", "ssl_gtests", "bogo"
]
parser_test.add_argument(
'test', choices=tests, help="Available tests", action=testAction)