diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-25T17·24+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-25T17·24+0000 |
commit | 498f4915cc9dc461b18789288063759e0aded805 (patch) | |
tree | da461d3bff1d24adea138245cddd7cd9e7f895c3 /tests/Makefile.am | |
parent | 066da4ab852ebe4288536149824ea175dc36cad4 (diff) |
* Re-enable all tests.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9094d39f5041..6858259f3174 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,11 +34,9 @@ fallback.sh: fallback.nix nix-push.sh: dependencies.nix nix-pull.sh: dependencies.nix -#TESTS = init.sh hash.sh lang.sh simple.sh dependencies.sh locking.sh parallel.sh \ -# build-hook.sh substitutes.sh substitutes2.sh fallback.sh nix-push.sh verify.sh \ -# nix-pull.sh - -TESTS = init.sh nix-push.sh nix-pull.sh +TESTS = init.sh hash.sh lang.sh simple.sh dependencies.sh locking.sh parallel.sh \ + build-hook.sh substitutes.sh substitutes2.sh fallback.sh nix-push.sh verify.sh \ + nix-pull.sh XFAIL_TESTS = |