From c5ca20fe439bf7bf7efc4e6293b1fa8dc10c33dd Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Wed, 14 Dec 2022 13:28:20 -0500 Subject: [PATCH] New files so add them to include.am --- tests/include.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/include.am b/tests/include.am index 6b168aa6a..d72f1fcbe 100644 --- a/tests/include.am +++ b/tests/include.am @@ -28,6 +28,8 @@ EXTRA_DIST += tests/unit.h \ tests/test-tls13-psk.conf \ tests/test-tls13-pq.conf \ tests/test-tls13-pq-2.conf \ + tests/test-dtls13-pq.conf \ + tests/test-dtls13-pq-2.conf \ tests/test-psk.conf \ tests/test-psk-no-id.conf \ tests/test-psk-no-id-sha2.conf \