diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-09-13T21·58-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-09-13T21·58-0400 |
commit | 1bda006b748ffec371096af56a8fbf7125658f71 (patch) | |
tree | d86b6c79883d48bbbdf27201007c5824d95145f3 /tests/Makefile.am | |
parent | aac14222f52b15c9f4eea90359e9df09fb301739 (diff) |
Add a test for nix-profile.sh
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 641e29d7e7a7..df3c9c6006c2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,7 +10,7 @@ TESTS = init.sh hash.sh lang.sh add.sh simple.sh dependencies.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 \ - binary-cache.sh + binary-cache.sh nix-profile.sh XFAIL_TESTS = |