From 2c3917464945e034dd70a3b28feb035d5a1a9f35 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Mon, 3 Jan 2022 04:25:11 -0500 Subject: [build] update tests/SConscript --- tests/SConscript | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index dfceaec7..ffcb666e 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -4,26 +4,22 @@ tests = Split('prepare.sh \ run-tests.pl \ cleanup.sh') -extra_dist = Split('fastcgi-10.conf \ - fastcgi-responder.conf \ - core-var-include.t \ - var-include.conf \ - var-include-sub.conf \ +extra_dist = Split(' \ condition.conf \ core-condition.t \ - core-request.t \ - core-response.t \ - core-keepalive.t \ - mod-auth.conf \ - mod-auth.t \ - mod-cgi.t \ - mod-deflate.t \ - mod-deflate.conf \ + fastcgi-responder.conf \ + LightyTest.pm \ + lighttpd.conf \ + lighttpd.htpasswd \ + lighttpd.user \ mod-fastcgi.t \ + mod-scgi.t \ + proxy.conf \ request.t \ - mod-ssi.t \ - LightyTest.pm \ - mod-setenv.t') + scgi-responder.conf \ + var-include-sub.conf \ + wrapper.sh \ + ') fcgi_responder = env.Program("fcgi-responder", "fcgi-responder.c") scgi_responder = env.Program("scgi-responder", "scgi-responder.c") -- cgit v1.2.1