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
891134eb
Commit
891134eb
authored
Aug 23, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define it and itprep recursive target if AM_EXTRA_RECURSIVE_TARGETS is defined
parent
36d56292
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
configure.ac
configure.ac
+2
-3
integration-tests/Makefile.am
integration-tests/Makefile.am
+2
-4
No files found.
configure.ac
View file @
891134eb
...
@@ -39,10 +39,9 @@ AC_CANONICAL_HOST
...
@@ -39,10 +39,9 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([subdir-objects])
AM_INIT_AUTOMAKE([subdir-objects])
# comment out for now since this requires automake 1.13 or higher and
# travis has older one.
# AM_EXTRA_RECURSIVE_TARGETS([it])
# 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])])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl See versioning rule:
dnl See versioning rule:
...
...
integration-tests/Makefile.am
View file @
891134eb
...
@@ -32,13 +32,11 @@ EXTRA_DIST = \
...
@@ -32,13 +32,11 @@ EXTRA_DIST = \
alt-server.crt
\
alt-server.crt
\
setenv
setenv
.PHONY
:
itprep it
itprep-local
:
itprep
:
go get
-d
-v
github.com/bradfitz/http2
go get
-d
-v
github.com/bradfitz/http2
go get
-d
-v
github.com/tatsuhiro-t/go-nghttp2
go get
-d
-v
github.com/tatsuhiro-t/go-nghttp2
go get
-d
-v
github.com/tatsuhiro-t/spdy
go get
-d
-v
github.com/tatsuhiro-t/spdy
go get
-d
-v
golang.org/x/net/websocket
go get
-d
-v
golang.org/x/net/websocket
it
:
it
-local
:
sh setenv go
test
-v
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