tengine: Add passthru.tests

This commit is contained in:
talyz
2021-04-14 16:56:54 +02:00
parent 1ef95a8c5f
commit 4aab79918e

View File

@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, openssl, zlib, pcre, libxml2, libxslt
, substituteAll, gd, geoip, gperftools, jemalloc
, substituteAll, gd, geoip, gperftools, jemalloc, nixosTests
, withDebug ? false
, withMail ? false
, withStream ? false
@@ -113,6 +113,7 @@ stdenv.mkDerivation rec {
passthru = {
inherit modules;
tests = nixosTests.nginx-variants.tengine;
};
meta = {