Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
2eb7137e
Commit
2eb7137e
authored
Mar 14, 2016
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Lekensteyn-autotools-it'
parents
e58db4f8
caa12ec5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
.travis.yml
.travis.yml
+2
-2
configure.ac
configure.ac
+0
-2
integration-tests/Makefile.am
integration-tests/Makefile.am
+2
-2
No files found.
.travis.yml
View file @
2eb7137e
...
...
@@ -48,5 +48,5 @@ script:
-
make check
-
cd integration-tests
-
export GOPATH="$PWD/integration-tests/golang"
-
make itprep
-local
-
make it
-local
-
make itprep
-
make it
configure.ac
View file @
2eb7137e
...
...
@@ -40,8 +40,6 @@ AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([subdir-objects])
# AM_EXTRA_RECURSIVE_TARGETS requires automake 1.13 or higher
m4_ifdef([AM_EXTRA_RECURSIVE_TARGETS], [AM_EXTRA_RECURSIVE_TARGETS([it itprep])])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl See versioning rule:
...
...
integration-tests/Makefile.am
View file @
2eb7137e
...
...
@@ -39,12 +39,12 @@ EXTRA_DIST = \
req-return.rb
\
resp-return.rb
itprep
-local
:
itprep
:
go get
-d
-v
golang.org/x/net/http2
go get
-d
-v
github.com/tatsuhiro-t/go-nghttp2
go get
-d
-v
github.com/tatsuhiro-t/spdy
go get
-d
-v
golang.org/x/net/websocket
it
-local
:
it
:
for
i
in
$(GO_FILES)
;
do
[
-e
$(builddir)
/
$$
i
]
||
cp
$(srcdir)
/
$$
i
$(builddir)
;
done
sh setenv go
test
-v
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment