From f72c9d076057729d98f12235c00482710d166cf8 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Wed, 4 Oct 2023 11:22:23 +0200 Subject: fix tests --- Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 35aa2e3..b2783f3 100644 --- a/Makefile +++ b/Makefile @@ -1,16 +1,13 @@ test: test-sh test-elm test-nix test-sh: tests/sh.sh - src/extract-sh.sh tests/sh.sh | \ - jq .text -r | \ + cabal run anissue -- show tests/sh.sh | \ cmp tests/expect test-elm: tests/elm.elm - src/extract-elm.sh tests/elm.elm | \ - jq .text -r | \ + cabal run anissue -- show tests/elm.elm | \ cmp tests/expect test-nix: tests/nix.nix - src/extract-nix.sh tests/nix.nix | \ - jq .text -r | \ + cabal run anissue -- show tests/nix.nix | \ cmp tests/expect -- cgit v1.2.3