We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa91418 commit 4f45019Copy full SHA for 4f45019
Makefile
@@ -43,6 +43,8 @@ test_race: build_race
43
GL_TEST_RUN=1 ./$(BINARY) run -v --timeout=5m
44
.PHONY: test_race
45
46
+# ex: T=output.go make test_integration
47
+# the value of `T` is the name of a file from `test/testdata`
48
test_integration:
49
GL_TEST_RUN=1 go test -v ./test -count 1 -run TestSourcesFromTestdata/$T
50
.PHONY: test_integration
0 commit comments