File: Makefile

package info (click to toggle)
golang-github-smartystreets-gunit 1.2.0%2Bgit20180314.6f0d627-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 200 kB
  • sloc: makefile: 5
file content (5 lines) | stat: -rwxr-xr-x 67 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/usr/bin/make -f

test:
	go build ./...
	go test -v -short ./...