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
e0555607
Commit
e0555607
authored
Sep 19, 2013
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed inproc connect test (name was too long)
parent
de91c736
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
.gitignore
.gitignore
+1
-2
Makefile.am
tests/Makefile.am
+2
-2
test_inproc_connect.cpp
tests/test_inproc_connect.cpp
+0
-0
No files found.
.gitignore
View file @
e0555607
...
...
@@ -64,10 +64,9 @@ tests/test_req_request_ids
tests/test_req_strict
tests/test_fork
tests/test_conflate
tests/test_inproc_connect
_before_bind
tests/test_inproc_connect
tests/test_linger
tests/test_security_null
tests/test_security_null.opp
tests/test_security_plain
src/platform.hpp*
src/stamp-h1
...
...
tests/Makefile.am
View file @
e0555607
...
...
@@ -37,7 +37,7 @@ noinst_PROGRAMS = test_system \
test_req_request_ids
\
test_req_strict
\
test_conflate
\
test_inproc_connect
_before_bind
test_inproc_connect
if
!ON_MINGW
noinst_PROGRAMS
+=
test_shutdown_stress
\
...
...
@@ -81,7 +81,7 @@ test_spec_pushpull_SOURCES = test_spec_pushpull.cpp
test_req_request_ids_SOURCES
=
test_req_request_ids.cpp
test_req_strict_SOURCES
=
test_req_strict.cpp
test_conflate_SOURCES
=
test_conflate.cpp
test_inproc_connect_
before_bind_SOURCES
=
test_inproc_connect_before_bind
.cpp
test_inproc_connect_
SOURCES
=
test_inproc_connect
.cpp
if
!ON_MINGW
test_shutdown_stress_SOURCES
=
test_shutdown_stress.cpp
test_pair_ipc_SOURCES
=
test_pair_ipc.cpp testutil.hpp
...
...
tests/test_inproc_connect
_before_bind
.cpp
→
tests/test_inproc_connect.cpp
View file @
e0555607
File moved
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