--- embedaddon/lighttpd/tests/Makefile.am 2013/10/14 10:32:47 1.1 +++ embedaddon/lighttpd/tests/Makefile.am 2016/11/02 10:35:00 1.1.1.2 @@ -17,54 +17,59 @@ TESTS=\ cleanup.sh CONFS=\ - 404-handler.conf \ - bug-06.conf \ - bug-12.conf \ - cachable.t \ - condition.conf \ - core-404-handler.t \ - core-condition.t \ - core-keepalive.t \ - core-request.t \ - core-response.t \ - core-var-include.t \ - core.t \ - fastcgi-10.conf \ - fastcgi-13.conf \ - fastcgi-auth.conf \ - fastcgi-responder.conf \ - LightyTest.pm \ - lowercase.conf \ - lowercase.t \ - mod-access.t \ - mod-auth.t \ - mod-cgi.t \ - mod-compress.conf \ - mod-compress.t \ - mod-fastcgi.t \ - mod-proxy.t \ - mod-redirect.t \ - mod-rewrite.t \ - mod-secdownload.t \ - mod-setenv.t \ - mod-simplevhost.conf \ - mod-simplevhost.t \ - mod-ssi.t \ - mod-userdir.t \ - proxy.conf \ - request.t \ - symlink.t \ - var-include-sub.conf \ - var-include.conf + 404-handler.conf \ + bug-06.conf \ + bug-12.conf \ + cachable.t \ + condition.conf \ + core-404-handler.t \ + core-condition.t \ + core-keepalive.t \ + core-request.t \ + core-response.t \ + core-var-include.t \ + core.t \ + fastcgi-10.conf \ + fastcgi-13.conf \ + fastcgi-auth.conf \ + fastcgi-responder.conf \ + LightyTest.pm \ + lowercase.conf \ + lowercase.t \ + mod-access.t \ + mod-auth.t \ + mod-cgi.t \ + mod-compress.conf \ + mod-compress.t \ + mod-extforward.conf \ + mod-extforward.t \ + mod-fastcgi.t \ + mod-proxy.t \ + mod-redirect.t \ + mod-rewrite.t \ + mod-secdownload.t \ + mod-setenv.t \ + mod-simplevhost.conf \ + mod-simplevhost.t \ + mod-ssi.t \ + mod-userdir.t \ + proxy.conf \ + request.t \ + symlink.t \ + var-include-sub.conf \ + var-include.conf TESTS_ENVIRONMENT=$(srcdir)/wrapper.sh $(srcdir) $(top_builddir) -EXTRA_DIST=wrapper.sh lighttpd.conf \ - lighttpd.user \ +EXTRA_DIST=\ + $(CONFS) \ + $(TESTS) \ + CMakeLists.txt \ + lighttpd.conf \ lighttpd.htpasswd \ + lighttpd.user \ SConscript \ - $(CONFS) \ - $(TESTS) + wrapper.sh SUBDIRS=docroot