blob: b2783f39c8d1c6e54a7faf19fb35daf3af009203 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
test: test-sh test-elm test-nix
test-sh: tests/sh.sh
cabal run anissue -- show tests/sh.sh | \
cmp tests/expect
test-elm: tests/elm.elm
cabal run anissue -- show tests/elm.elm | \
cmp tests/expect
test-nix: tests/nix.nix
cabal run anissue -- show tests/nix.nix | \
cmp tests/expect
|