lix/tests
Eelco Dolstra c8d3882cdc * True parallel builds. Nix can now run as many build jobs in
parallel as possible (similar to GNU Make's `-j' switch).  This is
  useful on SMP systems, but it is especially useful for doing builds
  on multiple machines.  The idea is that a large derivation is
  initiated on one master machine, which then distributes
  sub-derivations to any number of slave machines.  This should not
  happen synchronously or in lock-step, so the master must be capable
  of dealing with multiple parallel build jobs.  We now have the
  infrastructure to support this.

  TODO: substitutes are currently broken.
2004-05-11 18:05:44 +00:00
..
dependencies.builder0.sh * Another test. 2004-05-04 13:22:33 +00:00
dependencies.builder1.sh * Another test. 2004-05-04 13:22:33 +00:00
dependencies.builder2.sh * Another test. 2004-05-04 13:22:33 +00:00
dependencies.nix.in * Another test. 2004-05-04 13:22:33 +00:00
dependencies.sh * Another test. 2004-05-04 13:22:33 +00:00
init.sh * Allow the location of the store etc. to be specified using 2004-05-04 12:15:30 +00:00
locking.builder.sh * 1000th revision! 2004-05-04 13:56:30 +00:00
locking.nix.in * 1000th revision! 2004-05-04 13:56:30 +00:00
locking.sh * True parallel builds. Nix can now run as many build jobs in 2004-05-11 18:05:44 +00:00
Makefile.am * True parallel builds. Nix can now run as many build jobs in 2004-05-11 18:05:44 +00:00
parallel.builder.sh * A test to verify that Nix executes build jobs in parallel, if 2004-05-04 17:04:17 +00:00
parallel.nix.in * True parallel builds. Nix can now run as many build jobs in 2004-05-11 18:05:44 +00:00
parallel.sh * True parallel builds. Nix can now run as many build jobs in 2004-05-11 18:05:44 +00:00
simple.builder.sh * Allow the location of the store etc. to be specified using 2004-05-04 12:15:30 +00:00
simple.nix.in * Allow the location of the store etc. to be specified using 2004-05-04 12:15:30 +00:00
simple.sh * Allow the location of the store etc. to be specified using 2004-05-04 12:15:30 +00:00