mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 07:31:03 +08:00
Renamed inproc connect test (name was too long)
This commit is contained in:
parent
de91c7362c
commit
e05556075f
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user