From: Francis Dupont Date: Thu, 25 Mar 2021 14:25:32 +0000 (+0100) Subject: [#1662] Enabled the TLS test X-Git-Tag: Kea-1.9.6~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70680fb34b371fd5121f2d89bbbe634c0a6f205f;p=thirdparty%2Fkea.git [#1662] Enabled the TLS test --- diff --git a/src/bin/agent/tests/Makefile.am b/src/bin/agent/tests/Makefile.am index 75d5fd6308..5c6cb36245 100644 --- a/src/bin/agent/tests/Makefile.am +++ b/src/bin/agent/tests/Makefile.am @@ -3,7 +3,7 @@ SHTESTS = # if we are using file based configuration approach. SHTESTS += ca_process_tests.sh if CA_TLS_TEST -SHTESTS += #tls_ca_process_tests.sh +SHTESTS += tls_ca_process_tests.sh endif noinst_SCRIPTS = ca_process_tests.sh tls_ca_process_tests.sh