Add test-tools to test pseudo target

Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
This commit is contained in:
Tomasz Michalak 2020-12-01 15:13:47 +01:00
parent 147631a90d
commit 6740e18a63
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ install:
# ------------------------
TEST_EXCLUDE = $(foreach x,$(ALL_EXCLUDE) docs fuzzers minitests experiments,--ignore $(x))
test: test-py test-cpp
test: test-py test-cpp test-tools
@true
test-py: