diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-04-03 15:14:07 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-04-03 15:14:07 +0100 |
commit | b94b7b20b8d5d27bfb7444beb519dfa05ee0bb50 (patch) | |
tree | b8fa5ad7b955d5735bcbd8cc6ab257acf1729d0a /GNUmakefile | |
parent | 80d5f64ca0934ea4e3262c9be9c1545e2d0fa273 (diff) | |
parent | e6849bb76ee3682ece53d7434bb1e94a89c91cbc (diff) | |
download | prosody-b94b7b20b8d5d27bfb7444beb519dfa05ee0bb50.tar.gz prosody-b94b7b20b8d5d27bfb7444beb519dfa05ee0bb50.zip |
Merge 13.0->trunk
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index ec51c893..e47b258f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -122,6 +122,9 @@ integration-test-%: all $(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 |