From c2c92fa65d77722fb655c0acbea765fd0beaca5d Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 13 Nov 2013 13:59:42 +0100 Subject: [PATCH] build: add test-tcp-close-accept.c to test deps Add test/test-tcp-close-accept.c to the dependency list of the `make check` target of the autotools build. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 660c3dfc..8f656f36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -167,6 +167,7 @@ test_run_tests_SOURCES = test/blackhole-server.c \ test/test-stdio-over-pipes.c \ test/test-tcp-bind-error.c \ test/test-tcp-bind6-error.c \ + test/test-tcp-close-accept.c \ test/test-tcp-close-while-connecting.c \ test/test-tcp-close.c \ test/test-tcp-connect-error-after-write.c \