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 74114fb commit 8318806Copy full SHA for 8318806
tests/Makefile
@@ -7,7 +7,7 @@ AGDA_BUILD_DIR = _config/_build
7
CABAL_BUILD_DIR = _config/dist-newstyle
8
9
./runtests: admin/runtests/runtests.agda
10
- cd admin/runtests && sh run
+ cd admin/runtests && AGDA="$(AGDA)" sh run
11
12
test: ./runtests
13
./runtests "$(AGDA)" $(INTERACTIVE) --timing --failure-file failures --only $(only)
0 commit comments