summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2023-10-17 15:03:23 +0200
committerNao Pross <np@0hm.ch>2023-10-17 15:03:23 +0200
commitda2e878bf982ea2a0fe7727b68dfa211409973bb (patch)
tree4031f5794976911c96ba36742c0c32156a73c0b0 /Makefile
parentSketch TestFiniteMapRepresentation (diff)
downloadact4e-da2e878bf982ea2a0fe7727b68dfa211409973bb.tar.gz
act4e-da2e878bf982ea2a0fe7727b68dfa211409973bb.zip
Something weird is going on hereimpl_fail
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 084e1f5..eb622ff 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@ docker-check-%: build
act4e-test --collections act4e_checks --module act4e_solutions --group $*
check-latest: Homeworks.md build
- docker run -it --rm $(tag) act4e-test --collections act4e_checks --module \
+ docker run -it -v $(PWD)/out-results:/ACT4E/out-results --rm $(tag) \
+ act4e-test --collections act4e_checks --module \
act4e_solutions --group $(shell grep -e "- \[ \] " $< | tr -d "\- [ ]" | head -n1)
# check: