nixpkgs/tests
Eelco Dolstra 17457297cb Update all legacy-style modules
I.e., modules that use "require = [options]".  Nowadays that should be
written as

  {
    options = { ... };
    config = { ... };
  };

Also, use "imports" instead of "require" in places where we actually
import another module.
2013-09-04 13:05:09 +02:00
..
common * Factor out some test commonality. 2011-03-17 14:04:47 +00:00
avahi.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
bittorrent.nix Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
check-filesystems.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
default.nix Add a test for NFSv4 2013-07-16 14:44:13 +02:00
firefox.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
firewall.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
installer.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
ipv6.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
kde4.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
login.nix Add a basic test for the latest kernel (currently 3.10) 2013-07-02 17:14:27 +02:00
misc.nix Fix the misc test 2013-07-17 19:24:27 +02:00
mpich-example.c Add missing file for the MPI test. 2011-05-31 15:09:56 +00:00
mpich.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
mysql-replication.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
mysql.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
nat.nix Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
nfs.nix Add a test for NFSv4 2013-07-16 14:44:13 +02:00
openssh.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
partition.nix Style fix 2013-08-05 14:52:32 +02:00
portmap.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
proxy.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
quake3.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
run-in-machine.nix * Fix the runInMachine test. 2011-08-09 14:06:04 +00:00
simple.nix * Add a trivial test that just starts a machine and shuts it down. 2010-09-13 16:06:07 +00:00
subversion.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
test-config-examples.sh * test -> tests. 2009-08-31 13:40:57 +00:00
testdb.sql Added MySQL replication support + 2 MySQL testcases (including replication) 2011-07-13 20:58:48 +00:00
tomcat.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
trac.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
xfce.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00