lix/tests
Eelco Dolstra 95c74eae26 Allow dashes in identifiers
In Nixpkgs, the attribute in all-packages.nix corresponding to a
package is usually equal to the package name.  However, this doesn't
work if the package contains a dash, which is fairly common.  The
convention is to replace the dash with an underscore (e.g. "dbus-lib"
becomes "dbus_glib"), but that's annoying.  So now dashes are valid in
variable / attribute names, allowing you to write:

  dbus-glib = callPackage ../development/libraries/dbus-glib { };

and

  buildInputs = [ dbus-glib ];

Since we don't have a negation or subtraction operation in Nix, this
is unambiguous.
2012-09-27 15:49:20 -04:00
..
lang Allow dashes in identifiers 2012-09-27 15:49:20 -04:00
add.sh
binary-cache.sh Fix test failure on Darwin 2012-09-12 11:29:10 -04:00
binary-patching.nix * Urgh, FreeBSD doesn't have a "seq" command. 2011-02-09 14:03:16 +00:00
binary-patching.sh nix-push: Support generating a manifest again 2012-07-26 18:28:12 -04:00
build-hook.hook.sh
build-hook.nix * Refactoring: renamed *.nix.in to *.nix. 2009-03-17 17:11:55 +00:00
build-hook.sh
check-refs.nix
check-refs.sh
common.sh.in
config.nix.in * Add a test for nix-channel. 2012-01-03 01:51:38 +00:00
dependencies.builder0.sh
dependencies.builder1.sh
dependencies.builder2.sh * Purify `make check'. 2006-07-21 13:21:43 +00:00
dependencies.nix
dependencies.sh
export-graph.nix * Unify exportReferencesGraph and exportBuildReferencesGraph, and make 2009-03-18 17:36:42 +00:00
export-graph.sh Don't put results symlinks in the tests directory 2012-09-11 19:14:15 -04:00
export.sh
fallback.sh
fetchurl.nix
fetchurl.sh
filter-source.nix * Refactoring: renamed *.nix.in to *.nix. 2009-03-17 17:11:55 +00:00
filter-source.sh
fixed.builder1.sh
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 Don't put results symlinks in the tests directory 2012-09-11 19:14:15 -04: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
gc-concurrent.sh
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
gc-runtime.sh
gc.sh
hash-check.nix * Purify `make check'. 2006-07-21 13:21:43 +00:00
hash.sh
import-derivation.nix
import-derivation.sh
init.sh
install-package.sh
lang.sh * Refactoring: Get rid of a few subdirectories in corepkgs/, and some 2012-01-03 00:16:29 +00:00
logging.sh Don't put results symlinks in the tests directory 2012-09-11 19:14:15 -04:00
Makefile.am Add a test for nix-profile.sh 2012-09-13 17:58:14 -04:00
misc.sh
multiple-outputs.nix
multiple-outputs.sh Handle gc-keep-outputs and gc-keep-derivations both enabled 2012-09-12 18:49:35 -04:00
negative-caching.nix
negative-caching.sh
nix-build.sh Don't put results symlinks in the tests directory 2012-09-11 19:14:15 -04:00
nix-channel.sh nix-push: Support generating a manifest again 2012-07-26 18:28:12 -04:00
nix-copy-closure.nix
nix-profile.sh
nix-pull.sh
nix-push.sh
optimise-store.sh Fix the store optimisation test 2012-09-13 12:54:23 -04: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 Don't put results symlinks in the tests directory 2012-09-11 19:14:15 -04:00
referrers.sh
remote-builds.nix
remote-store.sh
secure-drv-outputs.nix
secure-drv-outputs.sh
simple.builder.sh
simple.nix
simple.sh * Refactoring: remove unnecessary variables from the tests. 2011-10-10 21:32:34 +00:00
substituter.sh
substituter2.sh Fix the substituter tests 2012-07-26 17:36:07 -04:00
substitutes.sh
substitutes2.sh * Refactoring: remove unnecessary variables from the tests. 2011-10-10 21:32:34 +00:00
timeout.builder.sh
timeout.nix Add support for the build-timeout' and --timeout' options. 2011-06-30 15:19:13 +00:00
timeout.sh
user-envs.builder.sh
user-envs.nix * Refactoring: renamed *.nix.in to *.nix. 2009-03-17 17:11:55 +00:00
user-envs.sh * Refactoring: Get rid of a few subdirectories in corepkgs/, and some 2012-01-03 00:16:29 +00:00
verify.sh