We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2559a commit 4c750c6Copy full SHA for 4c750c6
test/Makefile
@@ -8,7 +8,7 @@ FAIL_MAIN=AllFailTests
8
9
default : compare
10
11
-build/%.hs : %.agda *.agda Fail/*.agda Cubical/*.agda
+build/%.hs : %.agda *.agda Fail/*.agda Cubical/*.agda agda2hs
12
@echo == Compiling tests ==
13
$(AGDA2HS) $< -o build
14
@@ -21,7 +21,7 @@ print-fail :
21
22
fail : print-fail $(patsubst Fail/%.agda,build/%.err,$(wildcard Fail/*.agda))
23
24
-build/%.err : Fail/%.agda force-recompile
+build/%.err : Fail/%.agda agda2hs
25
@echo Compiling $<
26
@($(AGDA2HS) $< -o build -v0 && echo "UNEXPECTED SUCCESS" || true) | sed -e 's:'$(ROOT)'::g' > $@
27
0 commit comments