summaryrefslogtreecommitdiffstats
path: root/nixos/tests/freshrss/default.nix
blob: b5af365749dfc7db37382af2652b32264cc23da5 (plain)
1
2
3
4
5
6
7
8
9
10
{ runTest }:

{
  extensions = runTest ./extensions.nix;
  http-auth = runTest ./http-auth.nix;
  none-auth = runTest ./none-auth.nix;
  pgsql = runTest ./pgsql.nix;
  nginx-sqlite = runTest ./nginx-sqlite.nix;
  caddy-sqlite = runTest ./caddy-sqlite.nix;
}