From 1a13554fe0fc94bd1fc5619e270c3abc50cd5b63 Mon Sep 17 00:00:00 2001 From: montoyaedu Date: Thu, 7 Feb 2013 12:27:33 +0100 Subject: [PATCH] solved broken tests compilation --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 90c910f0..849230b7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -46,7 +46,7 @@ test_monitor_SOURCES = test_monitor.cpp test_router_mandatory_SOURCES = test_router_mandatory.cpp test_raw_sock_SOURCES = test_raw_sock.cpp test_disconnect_inproc_SOURCES = test_disconnect_inproc.cpp -test_ctx_set_SOURCES = test_ctx_options.cpp +test_ctx_options_SOURCES = test_ctx_options.cpp if !ON_MINGW test_shutdown_stress_SOURCES = test_shutdown_stress.cpp test_pair_ipc_SOURCES = test_pair_ipc.cpp testutil.hpp