Files
nghttp2/integration-tests/config.go.in
Tatsuhiro Tsujikawa fff785178d Add integration tests for nghttpx using golang testing framework
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.
2015-01-19 00:27:24 +09:00

6 lines
56 B
Go

package nghttp2
const (
buildDir = "@top_builddir@"
)