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
cb2ee7a5
Commit
cb2ee7a5
authored
Apr 27, 2013
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed up test_iov case
parent
7e129a40
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.gitignore
.gitignore
+1
-0
Makefile.am
tests/Makefile.am
+2
-1
No files found.
.gitignore
View file @
cb2ee7a5
...
@@ -46,6 +46,7 @@ tests/test_disconnect_inproc
...
@@ -46,6 +46,7 @@ tests/test_disconnect_inproc
tests/test_raw_sock
tests/test_raw_sock
tests/test_disconnect_inproc
tests/test_disconnect_inproc
tests/test_ctx_options
tests/test_ctx_options
tests/test_iov
src/platform.hpp*
src/platform.hpp*
src/stamp-h1
src/stamp-h1
perf/local_lat
perf/local_lat
...
...
tests/Makefile.am
View file @
cb2ee7a5
...
@@ -21,7 +21,7 @@ noinst_PROGRAMS = test_pair_inproc \
...
@@ -21,7 +21,7 @@ noinst_PROGRAMS = test_pair_inproc \
test_raw_sock
\
test_raw_sock
\
test_disconnect_inproc
\
test_disconnect_inproc
\
test_ctx_options
\
test_ctx_options
\
test_iov
test_iov
if
!ON_MINGW
if
!ON_MINGW
noinst_PROGRAMS
+=
test_shutdown_stress
\
noinst_PROGRAMS
+=
test_shutdown_stress
\
...
@@ -48,6 +48,7 @@ test_router_mandatory_SOURCES = test_router_mandatory.cpp
...
@@ -48,6 +48,7 @@ test_router_mandatory_SOURCES = test_router_mandatory.cpp
test_raw_sock_SOURCES
=
test_raw_sock.cpp
test_raw_sock_SOURCES
=
test_raw_sock.cpp
test_disconnect_inproc_SOURCES
=
test_disconnect_inproc.cpp
test_disconnect_inproc_SOURCES
=
test_disconnect_inproc.cpp
test_ctx_options_SOURCES
=
test_ctx_options.cpp
test_ctx_options_SOURCES
=
test_ctx_options.cpp
test_iov_SOURCES
=
test_iov.cpp
if
!ON_MINGW
if
!ON_MINGW
test_shutdown_stress_SOURCES
=
test_shutdown_stress.cpp
test_shutdown_stress_SOURCES
=
test_shutdown_stress.cpp
test_pair_ipc_SOURCES
=
test_pair_ipc.cpp testutil.hpp
test_pair_ipc_SOURCES
=
test_pair_ipc.cpp testutil.hpp
...
...
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