From 5dd4466ab32d55f1369ad6a30670b3559ff41e11 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 25 Oct 2017 11:33:19 -0500 Subject: add missing license headers, test to makefile (#7711) --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ac00067ac..a32743ca6 100644 --- a/Makefile +++ b/Makefile @@ -271,7 +271,10 @@ gofmt: done @echo "gofmt success"; \ -check-style: govet gofmt +check-licenses: + ./scripts/license-check.sh $(TE_PACKAGES) $(EE_PACKAGES) + +check-style: govet gofmt check-licenses test-te-race: @echo Testing TE race conditions -- cgit v1.2.3-1-g7c22