diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-11-17T15·30+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-11-17T15·30+0000 |
commit | a07c68f05edd754e389e0757ed2deefd70aad364 (patch) | |
tree | 9b4739b556517b6cf32505e2d0f888b27f104398 /tests/Makefile.am | |
parent | bf658f016ff16af79535358c8e609a933b86e6d7 (diff) |
* Finally, a test for the binary patch functionality.
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 beb7852db31c..88925fbd9065 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -7,7 +7,8 @@ TESTS = init.sh hash.sh lang.sh add.sh simple.sh dependencies.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 \ - remote-store.sh export.sh export-graph.sh negative-caching.sh + remote-store.sh export.sh export-graph.sh negative-caching.sh \ + binary-patching.sh XFAIL_TESTS = |