Skip to content

Commit

Permalink
Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Nov 18, 2019
1 parent 742ce7f commit 157db78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ let
util = callPackage ./util.nix {};
in pkgs.recurseIntoAttrs {
inherit (haskell-nix) haskellNixRoots;
/*
cabal-simple = haskell-nix.callPackage ./cabal-simple { inherit util; };
cabal-simple-prof = haskell-nix.callPackage ./cabal-simple-prof { inherit util; };
cabal-sublib = haskell-nix.callPackage ./cabal-sublib { inherit util; };
Expand Down Expand Up @@ -39,7 +38,6 @@ in pkgs.recurseIntoAttrs {
in runCommand "unit-tests" { passthru = { inherit tests; }; }
(lib.concatMapStringsSep "\n" (t: "echo ${t.name} failed") tests +
(if builtins.length tests == 0 then "\ntouch $out" else "\nexit 1"));
*/
}

## more possible test cases
Expand Down

0 comments on commit 157db78

Please sign in to comment.