This commit is contained in:
Aaron Meihm 2017-08-24 16:08:28 -05:00
Родитель b1124a2f83
Коммит c27f93a9cf
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -5,6 +5,9 @@ BUILDPRE := auditconstant_string.go
test: $(BUILDPRE)
sudo $(GO) test -v -bench=. -covermode=count -coverprofile=coverage.out
profile: $(BUILDPRE)
sudo $(GO) test -v -cpuprofile cpu.prof -memprofile mem.prof -bench=.
auditconstant_string.go: audit_constant.go
$(GO) get golang.org/x/tools/cmd/stringer
$(GO) generate