Commit e0555607 authored by Pieter Hintjens's avatar Pieter Hintjens

Renamed inproc connect test (name was too long)

parent de91c736
...@@ -64,10 +64,9 @@ tests/test_req_request_ids ...@@ -64,10 +64,9 @@ tests/test_req_request_ids
tests/test_req_strict tests/test_req_strict
tests/test_fork tests/test_fork
tests/test_conflate tests/test_conflate
tests/test_inproc_connect_before_bind tests/test_inproc_connect
tests/test_linger tests/test_linger
tests/test_security_null tests/test_security_null
tests/test_security_null.opp
tests/test_security_plain tests/test_security_plain
src/platform.hpp* src/platform.hpp*
src/stamp-h1 src/stamp-h1
......
...@@ -37,7 +37,7 @@ noinst_PROGRAMS = test_system \ ...@@ -37,7 +37,7 @@ noinst_PROGRAMS = test_system \
test_req_request_ids \ test_req_request_ids \
test_req_strict \ test_req_strict \
test_conflate \ test_conflate \
test_inproc_connect_before_bind test_inproc_connect
if !ON_MINGW if !ON_MINGW
noinst_PROGRAMS += test_shutdown_stress \ noinst_PROGRAMS += test_shutdown_stress \
...@@ -81,7 +81,7 @@ test_spec_pushpull_SOURCES = test_spec_pushpull.cpp ...@@ -81,7 +81,7 @@ test_spec_pushpull_SOURCES = test_spec_pushpull.cpp
test_req_request_ids_SOURCES = test_req_request_ids.cpp test_req_request_ids_SOURCES = test_req_request_ids.cpp
test_req_strict_SOURCES = test_req_strict.cpp test_req_strict_SOURCES = test_req_strict.cpp
test_conflate_SOURCES = test_conflate.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 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment