diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-19 19:10:02 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-20 12:50:32 +0200 |
| commit | 868debe4d1d7d8d19e429130402bc4bbbd62f6fc (patch) | |
| tree | ba4c22cb696a9f7abbf7aeb400c6b8d8a189d8b6 /Makefile | |
| parent | a3dc5adbf253b7fd18423193832c90ac9559c843 (diff) | |
| download | allocbench-868debe4d1d7d8d19e429130402bc4bbbd62f6fc.tar.gz allocbench-868debe4d1d7d8d19e429130402bc4bbbd62f6fc.zip | |
[make] build allocbench before any test
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
