From b6ed99afb70591e57be82e316b0c16fbed231fe9 Mon Sep 17 00:00:00 2001 From: Franziskus Kiefer Date: Wed, 11 Jul 2018 08:57:14 +0200 Subject: Bug 1471586 - Enable interop testing against boringssl, r=franziskus Differential Revision: https://phabricator.services.mozilla.com/D1843 --- mach | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mach') diff --git a/mach b/mach index cf4fb646e..f9fbccd23 100755 --- a/mach +++ b/mach @@ -247,7 +247,7 @@ def parse_arguments(): tests = [ "cipher", "lowhash", "chains", "cert", "dbtests", "tools", "fips", "sdr", "crmf", "smime", "ssl", "ocsp", "merge", "pkits", "ec", - "gtests", "ssl_gtests", "bogo" + "gtests", "ssl_gtests", "bogo", "interop" ] parser_test.add_argument( 'test', choices=tests, help="Available tests", action=testAction) -- cgit v1.2.1