From f5c72b5e74ea7aaf1375f763f977e3249c6b7fc4 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 12 Jun 2019 11:08:22 +0300 Subject: Check accept components and inet built-in services. * src/comp.c (component_verify,component_finish): Fix check for the presense of the "command" statement. * src/pies.c (component_keywords): Reorder some entries for the consistency of config-help output. * tests/.gitignore: Add new files. * tests/Makefile.am: Add new tests and noinst programs. * tests/accept.at: New test. * tests/builtin.at: New test. * tests/chargen.c: New file. * tests/readtime.c: New file. * tests/recvfd.c: Rewrite for testing both accept and pass-fd components. * tests/passfd.at: Pass -s option to recvfd * tests/testsuite.at: Add new tests. * tests/lines.c: Minor changes. * tests/nt.c: Minor changes. * tests/to.c: Minor changes. --- tests/testsuite.at | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/testsuite.at') diff --git a/tests/testsuite.at b/tests/testsuite.at index 843d235..5c3f785 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -71,7 +71,9 @@ m4_include([shutdown.at]) m4_include([shell.at]) m4_include([inet.at]) m4_include([maxinst.at]) +m4_include([builtin.at]) m4_include([passfd.at]) +m4_include([accept.at]) m4_include([envop.at]) m4_include([env.at]) \ No newline at end of file -- cgit v1.2.1