Commit 916f1a52 authored by skaller's avatar skaller

Remove build script references to test_ts_context.

parent e7da123b
...@@ -18,7 +18,6 @@ if !ON_MINGW ...@@ -18,7 +18,6 @@ if !ON_MINGW
noinst_PROGRAMS += test_shutdown_stress \ noinst_PROGRAMS += test_shutdown_stress \
test_pair_ipc \ test_pair_ipc \
test_reqrep_ipc \ test_reqrep_ipc \
test_ts_context \
test_timeo test_timeo
endif endif
...@@ -38,7 +37,6 @@ test_shutdown_stress_SOURCES = test_shutdown_stress.cpp ...@@ -38,7 +37,6 @@ 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
test_reqrep_ipc_SOURCES = test_reqrep_ipc.cpp testutil.hpp test_reqrep_ipc_SOURCES = test_reqrep_ipc.cpp testutil.hpp
test_timeo_SOURCES = test_timeo.cpp test_timeo_SOURCES = test_timeo.cpp
test_ts_context_SOURCES = test_ts_context.cpp
endif endif
TESTS = $(noinst_PROGRAMS) TESTS = $(noinst_PROGRAMS)
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