aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: ef3ecb6e2ecf4a439819d1065a777ad681a900c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
test: test-elm test-nix

test-elm: tests/elm.elm
	src/extract-elm.sh tests/elm.elm | \
		jq .text -r | \
		cmp tests/expect

test-nix: tests/nix.nix
	src/extract-nix.sh tests/nix.nix | \
		jq .text -r | \
		cmp tests/expect