0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 09:47:56 +08:00

Merge pull request #669 from hintjens/master

Renamed inproc connect test (name was too long)
This commit is contained in:
Richard Newton 2013-09-19 00:43:49 -07:00
commit 39de9bebcb
3 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@ -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

View File

@ -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