From 0a9261472f6c28e4092b0564da3960146bdfd743 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Wed, 4 Sep 2013 19:41:33 +0200 Subject: [PATCH] Removed test_raw_socket --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7238474a..17ab078e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -578,6 +578,7 @@ endif() enable_testing() set(tests + test_system test_connect_delay test_connect_resolve test_ctx_options @@ -611,7 +612,6 @@ if(NOT WIN32) list(APPEND tests test_monitor test_pair_ipc - test_raw_sock test_reqrep_ipc test_stream) endif()