mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-30 11:10:11 +00:00
13 lines
382 B
Bash
Executable file
13 lines
382 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
|
|
go test src/miller/dsl/ast_test.go
|