Skip to content

Commit 5ff1183

Browse files
committed
Fix test: add client certificate files to AC_CONFIG_FILES
The client_cert.pem and client_key.pem files need to be copied to the build directory during configure, similar to how other test certificate files are handled.
1 parent 2e058a3 commit 5ff1183

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ AC_CONFIG_FILES([test/test_content_large:test/test_content_large])
300300
AC_CONFIG_FILES([test/cert.pem:test/cert.pem])
301301
AC_CONFIG_FILES([test/key.pem:test/key.pem])
302302
AC_CONFIG_FILES([test/test_root_ca.pem:test/test_root_ca.pem])
303+
AC_CONFIG_FILES([test/client_cert.pem:test/client_cert.pem])
304+
AC_CONFIG_FILES([test/client_key.pem:test/client_key.pem])
303305
AC_CONFIG_FILES([test/libhttpserver.supp:test/libhttpserver.supp])
304306
AC_CONFIG_FILES([examples/cert.pem:examples/cert.pem])
305307
AC_CONFIG_FILES([examples/key.pem:examples/key.pem])

0 commit comments

Comments
 (0)