about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-09-14 22:02:23 +0000
committerEric Wong <e@80x24.org>2020-09-15 04:28:53 +0000
commit2443019902bdd0b3d4d84eef85f5d9828f399b9f (patch)
tree936c6e7db25e782693ba10808acc6c9edbc9ee03
parent352956bcf1933bdaeba631deb4ade7dc7fd754b1 (diff)
downloadpublic-inbox-2443019902bdd0b3d4d84eef85f5d9828f399b9f.tar.gz
More of our Plack tests exercise public-inbox-httpd, nowadays;
and ExternalServer lets us test it easily alongside generic PSGI
stuff.
-rwxr-xr-xci/deps.perl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deps.perl b/ci/deps.perl
index 77d95fc8..4c273337 100755
--- a/ci/deps.perl
+++ b/ci/deps.perl
@@ -48,6 +48,7 @@ my $profiles = {
                 XML::TreePP
                 curl
                 w3m
+                Plack::Test::ExternalServer
                 ) ],
 };