Removed test_raw_socket

This commit is contained in:
Pieter Hintjens 2013-09-04 19:41:33 +02:00
parent 32fa426e61
commit 0a9261472f

View File

@ -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()