This website requires JavaScript.
Explore
Help
Sign In
walkero
/
nghttp2
Watch
1
Star
0
Fork
You've already forked nghttp2
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
9656ac0254
nghttp2
/
integration-tests
/
config.go.in
7 lines
84 B
Go
Raw
Normal View
History
Unescape
Escape
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-18 15:50:20 +01:00
package
nghttp2
const
(
buildDir
=
"@top_builddir@"
integration-tests: support out-of-tree tests `go test` requires both config.go and the test files in the same directory. For out-of-tree builds, config.go is normally not placed next to the source files, so copy the tests to the build directory as a workaround.
2016-02-13 20:03:00 +01:00
sourceDir
=
"@top_srcdir@"
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-18 15:50:20 +01:00
)