lix/tests
Eelco Dolstra c7101dac0b * Allow redirections in search path entries. E.g. if you have a
directory

    /home/eelco/src/stdenv-updates

  that you want to use as the directory for import such as

    with (import <nixpkgs> { });

  then you can say

    $ nix-build -I nixpkgs=/home/eelco/src/stdenv-updates
2011-08-06 17:48:57 +00:00
..
lang * Allow redirections in search path entries. E.g. if you have a 2011-08-06 17:48:57 +00:00
add.sh
binary-patching.nix * Urgh, FreeBSD doesn't have a "seq" command. 2011-02-09 14:03:16 +00:00
binary-patching.sh * Add a script `nix-generate-patches'. 2010-12-05 17:36:02 +00:00
build-hook.hook.sh * Made the build hook mechanism more efficient. Rather than starting 2010-08-25 20:44:28 +00:00
build-hook.nix
build-hook.sh
check-refs.nix
check-refs.sh
common.sh.in * Refactoring. 2011-07-20 11:50:13 +00:00
config.nix.in
dependencies.builder0.sh
dependencies.builder1.sh
dependencies.builder2.sh
dependencies.nix * Removed the `~' operator. 2010-04-01 16:59:07 +00:00
dependencies.sh
export-graph.nix
export-graph.sh
export.sh
fallback.sh
filter-source.nix
filter-source.sh
fixed.builder1.sh
fixed.builder2.sh
fixed.nix
fixed.sh
gc-concurrent.builder.sh
gc-concurrent.nix
gc-concurrent.sh * Argh, stupid timing sensitive tests... 2009-03-27 22:40:22 +00:00
gc-concurrent2.builder.sh
gc-runtime.nix
gc-runtime.sh
gc.sh
hash-check.nix
hash.sh
init.sh * Use CamelCase for the Perl modules. 2010-12-05 17:50:29 +00:00
install-package.sh
lang.sh * Add a Nix expression search path feature. Paths between angle 2011-08-06 16:05:24 +00:00
logging.sh
Makefile.am * Add lang/dir* to the distribution. 2011-08-06 16:18:54 +00:00
misc.sh
negative-caching.nix * Negative caching, i.e. caching of build failures. Disabled by 2009-03-25 21:05:42 +00:00
negative-caching.sh * Negative caching, i.e. caching of build failures. Disabled by 2009-03-25 21:05:42 +00:00
nix-build.sh
nix-pull.sh
nix-push.sh * Finally, a test for the binary patch functionality. 2010-11-17 15:30:07 +00:00
parallel.builder.sh
parallel.nix * Make this test a bit more robust. It's still timing dependent 2009-03-23 15:16:36 +00:00
parallel.sh * Grmbl. Timing-sensitive tests are evil. 2010-02-04 14:43:43 +00:00
referrers.sh * In the referrers test, lower the nesting depth from 2500 to 1000 to 2010-10-04 22:26:38 +00:00
remote-store.sh * Refactoring. 2011-07-20 11:50:13 +00:00
secure-drv-outputs.nix * Added a test that make sure that users cannot register 2011-07-20 12:15:40 +00:00
secure-drv-outputs.sh * Added a test that make sure that users cannot register 2011-07-20 12:15:40 +00:00
simple.builder.sh
simple.nix
simple.sh
substituter.sh * Test that download sizes are shown correctly. 2010-11-17 14:39:02 +00:00
substituter2.sh * Fix the test. 2010-11-17 14:35:14 +00:00
substitutes.sh * Test that download sizes are shown correctly. 2010-11-17 14:39:02 +00:00
substitutes2.sh * Do a substitution even if --max-jobs == 0. 2009-03-31 21:14:07 +00:00
timeout.builder.sh Add support for the build-timeout' and --timeout' options. 2011-06-30 15:19:13 +00:00
timeout.nix Add support for the build-timeout' and --timeout' options. 2011-06-30 15:19:13 +00:00
timeout.sh Add support for the build-timeout' and --timeout' options. 2011-06-30 15:19:13 +00:00
user-envs.builder.sh
user-envs.nix
user-envs.sh
verify.sh