1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

build: add test/test-watcher-cross-stop.c to list

Overlooked in the last v0.10 -> master merge.
This commit is contained in:
Ben Noordhuis 2013-11-08 04:15:58 +01:00
parent b1b931de4e
commit fd723666af

View File

@ -193,7 +193,8 @@ test_run_tests_SOURCES = test/blackhole-server.c \
test/test-udp-open.c \
test/test-udp-options.c \
test/test-udp-send-and-recv.c \
test/test-walk-handles.c
test/test-walk-handles.c \
test/test-watcher-cross-stop.c
test_run_tests_LDADD = libuv.la
if WINNT