File: check-go-library

package info (click to toggle)
wait4x 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 744 kB
  • sloc: makefile: 248; sh: 13
file content (8 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
set -ex

# Run the reverse_checking example script to test the library package.

cp -a /usr/share/gocode/src/wait4x.dev "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP/wait4x.dev/v3/examples/pkg/reverse_checking/"
go run main.go