mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
The integration tests reside in integration-tests directory. To run integration tests, cd integration-tests, then run "go test". Tests depends on https://github.com/bradfitz/http2.
6 lines
56 B
Go
6 lines
56 B
Go
package nghttp2
|
|
|
|
const (
|
|
buildDir = "@top_builddir@"
|
|
)
|