Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 492 Bytes

File metadata and controls

13 lines (8 loc) · 492 Bytes

The Buf logo

Go conformance executor

This binary is the conformance testing executor for the Go implementation. From the root of the project, the Go conformance tests can be executed with make:

make conformance # runs all conformance tests

make conformance ARGS='-suite uint64' # pass flags to the conformance harness