summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-10-25 11:33:19 -0500
committerChristopher Speller <crspeller@gmail.com>2017-10-25 09:33:19 -0700
commit5dd4466ab32d55f1369ad6a30670b3559ff41e11 (patch)
treeb26dd5e89550023ed8d8638fd54dc87276f2a75b /Makefile
parent62b3569025347a1291229771f363be5962951f25 (diff)
downloadchat-5dd4466ab32d55f1369ad6a30670b3559ff41e11.tar.gz
chat-5dd4466ab32d55f1369ad6a30670b3559ff41e11.tar.bz2
chat-5dd4466ab32d55f1369ad6a30670b3559ff41e11.zip
add missing license headers, test to makefile (#7711)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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