mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-29 18:50:16 +00:00
11 lines
355 B
Bash
Executable file
11 lines
355 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 ./parser-experiments/.
|
|
|
|
go test miller/src/types
|
|
go test src/dsl/ast_test.go
|