From c4dbd40477bb658cdc5c5e01b8f80057e587cd88 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 9 Jun 2019 18:54:58 +0300 Subject: Test inetd components. * lib/Makefile.am: Add urlconn.c * lib/libpies.h (url_connect): New proto. * lib/urlconn.c: New file. * src/piesctl.c (shttp_connect): Use url_connect. * tests/.gitignore: Update. * tests/Makefile.am: New auxtool: aux/in.test New test: inet.at * tests/aux/in.test: New file. * tests/inet.at: New file. * tests/iobuf.h: New file. * tests/nt.c: New file. * tests/testsuite.at: Add new test. * tests/to.c: explicitly terminate the child process on timeout. --- tests/testsuite.at | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/testsuite.at') diff --git a/tests/testsuite.at b/tests/testsuite.at index e340a2b..822ac7b 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -68,6 +68,7 @@ m4_include([ret-notify.at]) m4_include([startup.at]) m4_include([shutdown.at]) m4_include([shell.at]) +m4_include([inet.at]) m4_include([envop.at]) m4_include([env.at]) \ No newline at end of file -- cgit v1.2.1