diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-08-13T14·56+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-08-13T14·56+0000 |
commit | a7e1a51fdf5d93b0a158a120595443fe9c7c6687 (patch) | |
tree | f49f3ea5568ce73e4b80774935a7ce5910c4a4a0 /tests/Makefile.am | |
parent | 550ba9ebb4b1b2415c9930879cfa6937f7fa916a (diff) |
* A test for the nix-worker.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 31ad159b06b2..bab9e8ee4771 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,8 @@ TESTS = init.sh hash.sh lang.sh add.sh simple.sh dependencies.sh \ locking.sh parallel.sh build-hook.sh substitutes.sh substitutes2.sh \ fallback.sh nix-push.sh gc.sh gc-concurrent.sh verify.sh nix-pull.sh \ referrers.sh user-envs.sh logging.sh nix-build.sh misc.sh fixed.sh \ - gc-runtime.sh install-package.sh check-refs.sh filter-source.sh + gc-runtime.sh install-package.sh check-refs.sh filter-source.sh \ + remote-store.sh XFAIL_TESTS = |