aboutsummaryrefslogtreecommitdiff
path: root/test.bash
blob: d4d26ae5db28737ece41beace0dd3098aaee4201 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -eu

cd "$(dirname "$0")"

source build.bash

go test ./... $*