mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2025-02-03 06:52:06 +00:00
2593036053
`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.
7 lines
84 B
Go
7 lines
84 B
Go
package nghttp2
|
|
|
|
const (
|
|
buildDir = "@top_builddir@"
|
|
sourceDir = "@top_srcdir@"
|
|
)
|