diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-26T21·13-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-26T21·13-0400 |
commit | 609586a16de90f8964b9c494aad3c1526feb514f (patch) | |
tree | f981839375cf98dbf433af69f8e80962f69932b4 /tests/Makefile.am | |
parent | 7861260a5ff33689b1b8f7a89489f5d5e5e4dfcb (diff) |
Add a test for the binary cache substituter
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 a562db52bc57..641e29d7e7a7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,7 +9,8 @@ TESTS = init.sh hash.sh lang.sh add.sh simple.sh dependencies.sh \ gc-runtime.sh install-package.sh check-refs.sh filter-source.sh \ remote-store.sh export.sh export-graph.sh negative-caching.sh \ binary-patching.sh timeout.sh secure-drv-outputs.sh nix-channel.sh \ - multiple-outputs.sh import-derivation.sh fetchurl.sh optimise-store.sh + multiple-outputs.sh import-derivation.sh fetchurl.sh optimise-store.sh \ + binary-cache.sh XFAIL_TESTS = |