Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
70b6516d
Commit
70b6516d
authored
May 11, 2014
by
Daniel Shih
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add untracked test_stream_timeout into .gitignore and tests/Makefile.am
parent
7ec7f703
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.gitignore
.gitignore
+1
-0
Makefile.am
tests/Makefile.am
+1
-0
No files found.
.gitignore
View file @
70b6516d
...
...
@@ -25,6 +25,7 @@ tools/curve_keygen
tests/test_resource
tests/test_ipc_wildcard
tests/test_stream_empty
tests/test_stream_timeout
tests/test_issue_566
tests/test_ctx_destroy
tests/test_term_endpoint
...
...
tests/Makefile.am
View file @
70b6516d
...
...
@@ -95,6 +95,7 @@ test_router_handover_SOURCES = test_router_handover.cpp
test_probe_router_SOURCES
=
test_probe_router.cpp
test_stream_SOURCES
=
test_stream.cpp
test_stream_empty_SOURCES
=
test_stream_empty.cpp
test_stream_timeout_SOURCES
=
test_stream_timeout.cpp
test_stream_disconnect_SOURCES
=
test_stream_disconnect.cpp
test_disconnect_inproc_SOURCES
=
test_disconnect_inproc.cpp
test_ctx_options_SOURCES
=
test_ctx_options.cpp
...
...
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