add missing license headers, test to makefile (#7711)

Этот коммит содержится в:
Chris
2017-10-25 11:33:19 -05:00
коммит произвёл Christopher Speller
родитель 62b3569025
Коммит 5dd4466ab3
30 изменённых файлов: 114 добавлений и 1 удалений

Просмотреть файл

@@ -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