aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-07-19 19:10:02 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-07-20 12:50:32 +0200
commit868debe4d1d7d8d19e429130402bc4bbbd62f6fc (patch)
treeba4c22cb696a9f7abbf7aeb400c6b8d8a189d8b6
parenta3dc5adbf253b7fd18423193832c90ac9559c843 (diff)
downloadallocbench-868debe4d1d7d8d19e429130402bc4bbbd62f6fc.tar.gz
allocbench-868debe4d1d7d8d19e429130402bc4bbbd62f6fc.zip
[make] build allocbench before any test
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42d4983..d5c3706 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,6 @@ tags:
integration-test:
python3 -m unittest discover -s tests/integration
-test: integration-test
+test: all integration-test
check: check-pylint check-format check-mypy test