Nix/tests
Eelco Dolstra da18b11b05 * On FreeBSD, ‘touch’ is not in the test $PATH, so don't use it. 2011-08-08 14:08:38 +00:00
..
lang * Add the Nix corepkgs to the end of the search path. This makes it 2011-08-06 18:23:38 +00:00
Makefile.am * Add lang/dir* to the distribution. 2011-08-06 16:18:54 +00:00
add.sh * Unify the treatment of sources copied to the store, and recursive 2008-12-03 15:06:30 +00:00
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 * Refactoring: renamed *.nix.in to *.nix. 2009-03-17 17:11:55 +00:00
build-hook.sh * Clean up some tests (use nix-build where appropriate). 2009-03-18 13:15:55 +00:00
check-refs.nix * Refactoring: renamed *.nix.in to *.nix. 2009-03-17 17:11:55 +00:00
check-refs.sh * Checks for allowedReferences and some other features. 2006-10-19 17:44:51 +00:00
common.sh.in * Refactoring. 2011-07-20 11:50:13 +00:00
config.nix.in * Refactoring: renamed *.nix.in to *.nix. 2009-03-17 17:11:55 +00:00
dependencies.builder0.sh * Regression test for the `exportReferencesGraph' 2009-03-17 16:33:48 +00:00
dependencies.builder1.sh * Purify `make check'. 2006-07-21 13:21:43 +00:00
dependencies.builder2.sh * Purify `make check'. 2006-07-21 13:21:43 +00:00
dependencies.nix * Removed the `~' operator. 2010-04-01 16:59:07 +00:00
dependencies.sh * Acquire the locks on the output paths before trying to run the build 2009-03-18 14:48:42 +00:00
export-graph.nix * Unify exportReferencesGraph and exportBuildReferencesGraph, and make 2009-03-18 17:36:42 +00:00
export-graph.sh * Improve the test. 2009-03-18 16:36:13 +00:00
export.sh * Clean up some tests (use nix-build where appropriate). 2009-03-18 13:15:55 +00:00
fallback.sh * Fix the tests. 2007-08-13 13:15:02 +00:00
filter-source.nix * Refactoring: renamed *.nix.in to *.nix. 2009-03-17 17:11:55 +00:00
filter-source.sh New primitives: 2007-01-29 14:23:09 +00:00
fixed.builder1.sh * Test the impureEnvVars feature. 2007-09-11 13:32:04 +00:00
fixed.builder2.sh * Test case to show that parallel builds of different fixed-output 2007-08-28 09:21:47 +00:00
fixed.nix * Refactoring: renamed *.nix.in to *.nix. 2009-03-17 17:11:55 +00:00
fixed.sh * Clean up some tests (use nix-build where appropriate). 2009-03-18 13:15:55 +00:00
gc-concurrent.builder.sh * Increase the sleep periods a bit to make the test less likely to 2008-08-14 09:26:30 +00:00
gc-concurrent.nix * Refactoring: renamed *.nix.in to *.nix. 2009-03-17 17:11:55 +00:00
gc-concurrent.sh * Argh, stupid timing sensitive tests... 2009-03-27 22:40:22 +00:00
gc-concurrent2.builder.sh * Increase the sleep periods a bit to make the test less likely to 2008-08-14 09:26:30 +00:00
gc-runtime.nix * Refactoring: renamed *.nix.in to *.nix. 2009-03-17 17:11:55 +00:00
gc-runtime.sh * Fix race condition in the test. 2006-09-01 12:02:39 +00:00
gc.sh * TDD! Woohoo! 2006-03-01 14:26:03 +00:00
hash-check.nix * Purify `make check'. 2006-07-21 13:21:43 +00:00
hash.sh * Mac OS X 10.5 compatibility: `echo -n foo' suddenly prints `-n foo' 2007-12-14 14:08:09 +00:00
init.sh * Use CamelCase for the Perl modules. 2010-12-05 17:50:29 +00:00
install-package.sh * `nix-install-package --url': install from a URL (NIX-12). 2006-09-21 18:54:08 +00:00
lang.sh * Add a Nix expression search path feature. Paths between angle 2011-08-06 16:05:24 +00:00
logging.sh * Clean up some tests (use nix-build where appropriate). 2009-03-18 13:15:55 +00:00
misc.sh * Simplification. 2006-03-01 12:51:18 +00:00
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 * Clean up some tests (use nix-build where appropriate). 2009-03-18 13:15:55 +00:00
nix-pull.sh * nix-push / generate-patches: bzip the manifest. 2007-09-04 15:38:09 +00:00
nix-push.sh * Finally, a test for the binary patch functionality. 2010-11-17 15:30:07 +00:00
parallel.builder.sh * Make this test a bit more robust. It's still timing dependent 2009-03-23 15:16:36 +00:00
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 * On FreeBSD, ‘touch’ is not in the test $PATH, so don't use it. 2011-08-08 14:08:38 +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 * Fix the tests. 2007-08-13 13:15:02 +00:00
simple.nix * Refactoring: renamed *.nix.in to *.nix. 2009-03-17 17:11:55 +00:00
simple.sh 2008-12-03 16:15:38 +00:00
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 * Purify `make check'. 2006-07-21 13:21:43 +00:00
user-envs.nix * Refactoring: renamed *.nix.in to *.nix. 2009-03-17 17:11:55 +00:00
user-envs.sh * Test instrumentation. 2008-06-15 15:10:03 +00:00
verify.sh * Simplification. 2006-03-01 12:51:18 +00:00