aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b2783f3..43f25dc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
test: test-sh test-elm test-nix
test-sh: tests/sh.sh
- cabal run anissue -- show tests/sh.sh | \
+ cabal run anissue -- list tests/sh.sh | \
cmp tests/expect
test-elm: tests/elm.elm
- cabal run anissue -- show tests/elm.elm | \
+ cabal run anissue -- list tests/elm.elm | \
cmp tests/expect
test-nix: tests/nix.nix
- cabal run anissue -- show tests/nix.nix | \
+ cabal run anissue -- list tests/nix.nix | \
cmp tests/expect