From 7f2659bb9bb37754782ff0436b5f7adb65ae0ec8 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Tue, 13 Sep 2022 10:51:07 -0400 Subject: [PATCH] add test-tls13-pq-2.conf to include.am --- tests/include.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/include.am b/tests/include.am index 825367b89..6990c0a27 100644 --- a/tests/include.am +++ b/tests/include.am @@ -27,6 +27,7 @@ EXTRA_DIST += tests/unit.h \ tests/test-tls13-ecc.conf \ tests/test-tls13-psk.conf \ tests/test-tls13-pq.conf \ + tests/test-tls13-pq-2.conf \ tests/test-psk.conf \ tests/test-psk-no-id.conf \ tests/test-psk-no-id-sha2.conf \