From 68f57b366ef2aa6f9a7d01f23282dd6b6ed8b008 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 5 Oct 2023 16:09:20 +0200 Subject: Setup file to keep track of homeworks and create shorthand in makefile --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2165229..084e1f5 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,13 @@ docker-check-%: build docker run -it --rm -v $(PWD)/out-results:/ACT4E/out-results $(tag) \ 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 \ + act4e_solutions --group $(shell grep -e "- \[ \] " $< | tr -d "\- [ ]" | head -n1) + # check: # act4e-test --collections act4e_checks --module act4e_solutions # check-%: -# act4e-test --collections act4e_checks --module act4e_solutions --group $* \ No newline at end of file +# act4e-test --collections act4e_checks --module act4e_solutions --group $* + -- cgit v1.2.1