1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

net: add better unix socket support (#8651)

This commit is contained in:
bettafish04
2021-02-11 01:24:15 +01:00
committed by GitHub
parent 8b1337029f
commit d4f6488afd
3 changed files with 333 additions and 1 deletions

View File

@ -52,6 +52,7 @@ const (
'vlib/net/tcp_simple_client_server_test.v',
'vlib/net/tcp_test.v',
'vlib/net/udp_test.v',
'vlib/net/unix_test.v',
'vlib/orm/orm_test.v',
'vlib/os/os_test.v',
'vlib/dl/dl_test.v',
@ -160,7 +161,7 @@ const (
'vlib/x/json2/json2_test.v',
'vlib/x/json2/decoder_test.v',
'vlib/x/websocket/websocket_test.v',
'vlib/x/ttf/ttf_test.v'
'vlib/x/ttf/ttf_test.v',
]
skip_test_files = []string{}
skip_on_musl = [