miller/go/tester
2020-11-22 23:52:02 -05:00

12 lines
347 B
Bash
Executable file

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