summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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