mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
add some unit-test keystroke-savers to Makefile
This commit is contained in:
parent
c449c32c39
commit
2d216556e2
1 changed files with 10 additions and 0 deletions
10
Makefile
10
Makefile
|
|
@ -13,6 +13,16 @@ check: unit_test regression_test
|
|||
unit_test:
|
||||
go test github.com/johnkerl/miller/internal/pkg/...
|
||||
|
||||
# Keystroke-savers
|
||||
unbackslash_test:
|
||||
go test $(ls internal/pkg/lib/*.go|grep -v test) internal/pkg/lib/unbackslash_test.go
|
||||
mlrval_functions_test:
|
||||
go test internal/pkg/types/mlrval_functions_test.go $(ls internal/pkg/types/*.go | grep -v test)
|
||||
mlrval_format_test:
|
||||
go test internal/pkg/types/mlrval_format_test.go $(ls internal/pkg/types/*.go|grep -v test)
|
||||
regex_test:
|
||||
go test internal/pkg/lib/regex_test.go internal/pkg/lib/regex.go
|
||||
|
||||
# Regression tests (large number)
|
||||
#
|
||||
# See ./regression_test.go for information on how to get more details
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue