diff options
Diffstat (limited to '')
-rw-r--r-- | integration-tests/config.go.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/integration-tests/config.go.in b/integration-tests/config.go.in new file mode 100644 index 0000000..3d79297 --- /dev/null +++ b/integration-tests/config.go.in @@ -0,0 +1,6 @@ +package nghttp2 + +const ( + buildDir = "@top_builddir@" + sourceDir = "@top_srcdir@" +) |