aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-07-27 11:42:54 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-08-02 02:55:42 +0200
commit9717fc7c04b452cf6ab8f36719eb825d1296b2aa (patch)
tree8d1cbd834000c424460a2d8bb982d2948ccb7dbe
parentuapi: typeof is not necessary (diff)
downloadwireguard-monolithic-historical-9717fc7c04b452cf6ab8f36719eb825d1296b2aa.tar.xz
wireguard-monolithic-historical-9717fc7c04b452cf6ab8f36719eb825d1296b2aa.zip
Makefile: check tools as part of make check
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index ff20ffe..8ef89d6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -24,6 +24,7 @@ tools:
check:
$(MAKE) -C $(KERNELDIR) M=$(PWD) C=2 CF="-D__CHECK_ENDIAN__" CONFIG_WIREGUARD_DEBUG=y
+ $(MAKE) -C tools check
include tests/debug.mk