forked from mirrors/nixpkgs
Merge pull request #141047 from risicle/ris-apache-httpd-more-passthru-tests
This commit is contained in:
commit
b964655a7d
|
@ -81,6 +81,8 @@ stdenv.mkDerivation rec {
|
|||
inherit apr aprutil sslSupport proxySupport ldapSupport luaSupport lua5;
|
||||
tests = {
|
||||
acme-integration = nixosTests.acme;
|
||||
proxy = nixosTests.proxy;
|
||||
php = nixosTests.php.httpd;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue