Skip to content

Commit 4f45019

Browse files
committed
review
1 parent aa91418 commit 4f45019

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ test_race: build_race
4343
GL_TEST_RUN=1 ./$(BINARY) run -v --timeout=5m
4444
.PHONY: test_race
4545

46+
# ex: T=output.go make test_integration
47+
# the value of `T` is the name of a file from `test/testdata`
4648
test_integration:
4749
GL_TEST_RUN=1 go test -v ./test -count 1 -run TestSourcesFromTestdata/$T
4850
.PHONY: test_integration

0 commit comments

Comments
 (0)