From 6740e18a6356406f1f9fb6fd74856198489fe9c4 Mon Sep 17 00:00:00 2001 From: Tomasz Michalak Date: Tue, 1 Dec 2020 15:13:47 +0100 Subject: [PATCH] Add test-tools to test pseudo target Signed-off-by: Tomasz Michalak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d44dd97e..b76f07aa 100644 --- a/Makefile +++ b/Makefile @@ -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: