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.
This commit is contained in:
Ben Noordhuis 2013-11-13 13:59:42 +01:00
parent 17711b9053
commit c2c92fa65d

View File

@ -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 \