Commit 0a926147 authored by Pieter Hintjens's avatar Pieter Hintjens

Removed test_raw_socket

parent 32fa426e
...@@ -578,6 +578,7 @@ endif() ...@@ -578,6 +578,7 @@ endif()
enable_testing() enable_testing()
set(tests set(tests
test_system
test_connect_delay test_connect_delay
test_connect_resolve test_connect_resolve
test_ctx_options test_ctx_options
...@@ -611,7 +612,6 @@ if(NOT WIN32) ...@@ -611,7 +612,6 @@ if(NOT WIN32)
list(APPEND tests list(APPEND tests
test_monitor test_monitor
test_pair_ipc test_pair_ipc
test_raw_sock
test_reqrep_ipc test_reqrep_ipc
test_stream) test_stream)
endif() endif()
......
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