summary refs log blame commit diff
path: root/tests/default.nix
blob: 21f9a66de08b3ed733d0ed0b038621025b1b52ca (plain) (tree)
1
2
3
4
5
6
7
8
9




                                 
                                                                    

 
                                               
                                         
                                                                                 
                                   
                                     
                                 
                                         
                                         
                                     

                                               
                                   
 
{ nixpkgs ? ../../nixpkgs
, services ? ../../services
, system ? builtins.currentSystem
}:

with import ../lib/testing.nix { inherit nixpkgs services system; };

{
  bittorrent = apply (import ./bittorrent.nix);
  firefox = apply (import ./firefox.nix);
  installer = pkgs.lib.mapAttrs (name: complete) (call (import ./installer.nix));
  kde4 = apply (import ./kde4.nix);
  login = apply (import ./login.nix);
  nat = apply (import ./nat.nix);
  openssh = apply (import ./openssh.nix);
  portmap = apply (import ./portmap.nix);
  proxy = apply (import ./proxy.nix);
  quake3 = apply (import ./quake3.nix);
  subversion = apply (import ./subversion.nix);
  trac = apply (import ./trac.nix);
}