From fd723666af03e72e7edda9471b435ad41c886fe2 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 8 Nov 2013 04:15:58 +0100 Subject: [PATCH] build: add test/test-watcher-cross-stop.c to list Overlooked in the last v0.10 -> master merge. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 101c3d5a..89a0c252 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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