miller/go/tester
2020-09-18 09:25:23 -04:00

11 lines
303 B
Bash
Executable file

#!/bin/bash
# ================================================================
# GO-SOURCE TESTS
# ================================================================
# go test -v ./... doesn't work since it triggers unready things in
# src/github.com/goccmack
export GOPATH=$(pwd)
go test miller/types