apacheHttpd: add proxy and php nixos tests to passthru.tests
This commit is contained in:
parent
06e0a8e43a
commit
a2c0536894
@ -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 New Issue
Block a user