File: test.bash

package info (click to toggle)
golang-github-rfjakob-eme 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: sh: 4; makefile: 2
file content (5 lines) | stat: -rwxr-xr-x 56 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/bash -eu

go build
go test -v "$@"
go vet -all .