From b4584e0a93619b9b0b9daed7b3ebf100d6b34fc6 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Thu, 28 Feb 2013 11:39:33 -0800 Subject: [PATCH] added missing test config files to the configure include list --- tests/include.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/include.am b/tests/include.am index 5b420fc42..c061320c1 100644 --- a/tests/include.am +++ b/tests/include.am @@ -28,6 +28,9 @@ EXTRA_DIST += tests/test.conf \ tests/test-aesgcm-ecc.conf \ tests/test-aesgcm-openssl.conf \ tests/test-aesccm.conf \ + tests/test-aesccm-ecc.conf \ + tests/test-camellia.conf \ + tests/test-camellia-openssl.conf \ tests/test-dtls.conf \ tests/test-rabbit.conf \ tests/test-null.conf \