File: test

package info (click to toggle)
golang-github-google-jsonapi 0.0~git20171108.0.e0fc4ee-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 216 kB
  • sloc: makefile: 4; sh: 4
file content (4 lines) | stat: -rwxr-xr-x 39 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/bin/bash

set -e
go test ./... "$@"