guix/tests
Eelco Dolstra a3e6415ba8 * New primop builtins.filterSource, which can be used to filter files
from a source directory.  All files for which a predicate function
  returns true are copied to the store.  Typical example is to leave
  out the .svn directory:

    stdenv.mkDerivation {
      ...
      src = builtins.filterSource
        (path: baseNameOf (toString path) != ".svn")
        ./source-dir;
      # as opposed to
      #   src = ./source-dir;
    }

  This is important because the .svn directory influences the hash in
  a rather unpredictable and variable way.
2006-12-12 23:05:01 +00:00
..
lang * New built-in function `builtins.attrNames' that returns the 2006-12-12 16:14:31 +00:00
Makefile.am * New primop builtins.filterSource, which can be used to filter files 2006-12-12 23:05:01 +00:00
add.sh * Doh! 2006-03-01 16:52:55 +00:00
build-hook.hook.sh
build-hook.nix.in * Purify `make check'. 2006-07-21 13:21:43 +00:00
build-hook.sh
check-refs.nix.in * Checks for allowedReferences and some other features. 2006-10-19 17:44:51 +00:00
check-refs.sh * Checks for allowedReferences and some other features. 2006-10-19 17:44:51 +00:00
common.sh.in * Clear NIX_REMOTE in the tests. 2006-12-02 14:33:39 +00:00
dependencies.builder0.sh * Purify `make check'. 2006-07-21 13:21:43 +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.in * Backwards compatibility test for ~. 2006-08-29 15:29:19 +00:00
dependencies.sh
dummy * Purify `make check'. 2006-07-21 13:21:43 +00:00
fallback.nix.in * Purify `make check'. 2006-07-21 13:21:43 +00:00
fallback.sh
filter-source.nix.in * New primop builtins.filterSource, which can be used to filter files 2006-12-12 23:05:01 +00:00
filter-source.sh * New primop builtins.filterSource, which can be used to filter files 2006-12-12 23:05:01 +00:00
fixed.builder1.sh * Purify `make check'. 2006-07-21 13:21:43 +00:00
fixed.builder2.sh * Purify `make check'. 2006-07-21 13:21:43 +00:00
fixed.nix.in * Purify `make check'. 2006-07-21 13:21:43 +00:00
fixed.sh * Tests for fixed-output derivations (and attribute selection, incidentally). 2006-03-01 18:26:21 +00:00
gc-concurrent.builder.sh * Purify `make check'. 2006-07-21 13:21:43 +00:00
gc-concurrent.nix.in * Purify `make check'. 2006-07-21 13:21:43 +00:00
gc-concurrent.sh
gc-concurrent2.builder.sh * Purify `make check'. 2006-07-21 13:21:43 +00:00
gc-concurrent2.nix.in * Purify `make check'. 2006-07-21 13:21:43 +00:00
gc-runtime.builder.sh * Test for runtime root finding. 2006-07-21 12:46:54 +00:00
gc-runtime.nix.in * toFile: added an additional argument to specify the store path 2006-10-03 14:55:54 +00:00
gc-runtime.sh * Fix race condition in the test. 2006-09-01 12:02:39 +00:00
gc.sh
hash-check.nix * Purify `make check'. 2006-07-21 13:21:43 +00:00
hash.sh * Tests to prevent a repeat of the parseHash32 debacle. 2006-03-01 18:11:41 +00:00
init.sh * `nix-install-package --url': install from a URL (NIX-12). 2006-09-21 18:54:08 +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 * Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), and 2006-10-17 11:08:59 +00:00
locking.builder.sh * `touch' might not be in $PATH. 2006-07-24 16:19:08 +00:00
locking.nix.in * Purify `make check'. 2006-07-21 13:21:43 +00:00
locking.sh
logging.sh * Doh! 2006-03-01 16:03:32 +00:00
misc.sh
nix-build.sh
nix-pull.sh * `nix-install-package --url': install from a URL (NIX-12). 2006-09-21 18:54:08 +00:00
nix-push.sh
parallel.builder.sh * Purify `make check'. 2006-07-21 13:21:43 +00:00
parallel.nix.in * Purify `make check'. 2006-07-21 13:21:43 +00:00
parallel.sh
referrers.sh * `nix-install-package --url': install from a URL (NIX-12). 2006-09-21 18:54:08 +00:00
simple.builder.sh * Purify `make check'. 2006-07-21 13:21:43 +00:00
simple.nix.in * Purify `make check'. 2006-07-21 13:21:43 +00:00
simple.sh * Purify `make check'. 2006-07-21 13:21:43 +00:00
substituter.sh
substituter2.sh
substitutes.nix.in
substitutes.sh
substitutes2.nix.in
substitutes2.sh
user-envs.builder.sh * Purify `make check'. 2006-07-21 13:21:43 +00:00
user-envs.nix.in * Purify `make check'. 2006-07-21 13:21:43 +00:00
user-envs.sh * `nix-install-package --url': install from a URL (NIX-12). 2006-09-21 18:54:08 +00:00
verify.sh