File: Makefile

package info (click to toggle)
golang-github-globocom-go-buffer 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: makefile: 6
file content (5 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
test:
	go run github.com/onsi/ginkgo/ginkgo -keepGoing -progress -timeout 1m -race --randomizeAllSpecs --randomizeSuites

bench:
	go test -bench=. -run=Benchmark