summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db1c1a7..8102c76 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,11 @@ build: Dockerfile act4e-mcdp-hotfix
shell: build
docker run -it --rm $(tag) /bin/bash
-check: build
+check-first: build
docker run -it --rm $(tag) /bin/bash -c "act4e-mcdp-download-tests --out downloaded && act4e-mcdp-solve-dp-queries --solver act4e_mcdp_solution.DPSolver ./downloaded/lib1-parts"
+check-second: build
+ docker run -it --rm $(tag) /bin/bash -c "act4e-mcdp-download-tests --out downloaded && act4e-mcdp-solve-dp-queries --solver act4e_mcdp_solution.DPSolver ./downloaded/lib2-simple"
+
hotfix-test: build
docker run -it --rm $(tag) act4e-mcdp-download-tests