mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
build: remove duplicated test in build files
Remove duplicated test-ip6-addr.c in cmake build file and gyp file. PR-URL: https://github.com/libuv/libuv/pull/2494 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
This commit is contained in:
parent
d6b79ffb1b
commit
8b1e352ffa
@ -82,7 +82,6 @@ set(uv_test_sources
|
||||
test/test-idna.c
|
||||
test/test-ip4-addr.c
|
||||
test/test-ip6-addr.c
|
||||
test/test-ip6-addr.c
|
||||
test/test-ipc-heavy-traffic-deadlock-bug.c
|
||||
test/test-ipc-send-recv.c
|
||||
test/test-ipc.c
|
||||
|
@ -52,6 +52,7 @@
|
||||
'test-hrtime.c',
|
||||
'test-idle.c',
|
||||
'test-idna.c',
|
||||
'test-ip4-addr.c',
|
||||
'test-ip6-addr.c',
|
||||
'test-ipc-heavy-traffic-deadlock-bug.c',
|
||||
'test-ipc-send-recv.c',
|
||||
@ -159,8 +160,6 @@
|
||||
'test-udp-multicast-join6.c',
|
||||
'test-dlerror.c',
|
||||
'test-udp-multicast-ttl.c',
|
||||
'test-ip4-addr.c',
|
||||
'test-ip6-addr.c',
|
||||
'test-udp-multicast-interface.c',
|
||||
'test-udp-multicast-interface6.c',
|
||||
'test-udp-try-send.c',
|
||||
|
Loading…
x
Reference in New Issue
Block a user