Diff

GNUmakefile @ 13816:4122978f2575 13.0

spec/tls: Add TLS/certificate integration tests These tests help to verify that various configurations translate into the expected running TLS setups. Specifically right now we are checking the correct certificate is served.
author Matthew Wild <mwild1@gmail.com>
date Thu, 03 Apr 2025 15:11:58 +0100
parent 12979:fbbf4f0db8f0
line wrap: on
line diff
--- a/GNUmakefile	Thu Apr 03 12:03:24 2025 +0100
+++ b/GNUmakefile	Thu Apr 03 15:11:58 2025 +0100
@@ -122,6 +122,9 @@
 	$(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua stop \
 	exit $$R
 
+integration-test-tls: all
+	cd ./spec/tls && ./run.sh
+
 coverage:
 	-rm -- luacov.*
 	$(BUSTED) --lua=$(RUNWITH) -c