summaryrefslogtreecommitdiff
path: root/test/recipes/90-test_quicfaults.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/90-test_quicfaults.t')
-rw-r--r--test/recipes/90-test_quicfaults.t5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/recipes/90-test_quicfaults.t b/test/recipes/90-test_quicfaults.t
index f4bd8ea9b7..addac8fc0a 100644
--- a/test/recipes/90-test_quicfaults.t
+++ b/test/recipes/90-test_quicfaults.t
@@ -20,7 +20,10 @@ use lib bldtop_dir('.');
plan skip_all => "QUIC protocol is not supported by this OpenSSL build"
if disabled('quic');
-plan tests => 1;
+plan tests => 2;
ok(run(test(["quicfaultstest", srctop_dir("test", "certs")])),
"running quicfaultstest");
+
+ok(run(test(["quic_newcid_test", srctop_dir("test", "certs")])),
+ "running quic_newcid_test");