mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Ensure regression-test has a binary to test (#877)
"make regression-test" assumes that ./mlr is the binary to test. To ensure that ./mlr is available, make "build" a pre-requisite of "regression-test"; otherwise "make regression-test" will test whatever version of mlr is on the PATH if ./mlr doesn't exist. Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
parent
9d4ee1a1d6
commit
c57a635474
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -57,7 +57,7 @@ bench-input:
|
|||
# for debugging. TL;DR is for CI jobs, we have 'go test -v'; for
|
||||
# interactive use, instead of 'go test -v' simply use 'mlr regtest
|
||||
# -vvv' or 'mlr regtest -s 20'. See also internal/pkg/auxents/regtest.
|
||||
regression-test:
|
||||
regression-test: build
|
||||
go test -v regression_test.go
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue