From 868debe4d1d7d8d19e429130402bc4bbbd62f6fc Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 19 Jul 2020 19:10:02 +0200 Subject: [make] build allocbench before any test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3