diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-07-27 11:42:54 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-08-02 02:55:42 +0200 |
commit | 427773bb1732d2742994141a3a3b5ab63ab87f1d (patch) | |
tree | 830004572fe762097e909c20bce129dbbd842e54 /src | |
parent | 650a68f64686aa7800a33ad1591d29032a34c7ad (diff) |
Makefile: check tools as part of make check
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 1 |
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 |