#!/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
