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

set -eu

cd "$(dirname "$0")"

source build.bash

go test ./...