Makefile.am 799 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # lighttpd.conf and conformance.pl expect this directory
  2. testdir=$(srcdir)/tmp/lighttpd/
  3. check_PROGRAMS=fcgi-responder scgi-responder
  4. fcgi_responder_SOURCES=fcgi-responder.c
  5. scgi_responder_SOURCES=scgi-responder.c
  6. TESTS=\
  7. prepare.sh \
  8. run-tests.pl \
  9. cleanup.sh
  10. CONFS=\
  11. condition.conf \
  12. core-condition.t \
  13. fastcgi-responder.conf \
  14. LightyTest.pm \
  15. mod-fastcgi.t \
  16. mod-scgi.t \
  17. proxy.conf \
  18. request.t \
  19. scgi-responder.conf \
  20. var-include-sub.conf
  21. TESTS_ENVIRONMENT=$(srcdir)/wrapper.sh $(srcdir) $(top_builddir)
  22. EXTRA_DIST=\
  23. $(CONFS) \
  24. $(TESTS) \
  25. CMakeLists.txt \
  26. meson.build \
  27. lighttpd.conf \
  28. lighttpd.htpasswd \
  29. lighttpd.user \
  30. SConscript \
  31. wrapper.sh
  32. SUBDIRS=docroot
  33. leak-check:
  34. for i in $(TESTS); do \
  35. $(srcdir)/$$i; \
  36. echo $$?; \
  37. done
  38. clean-local:
  39. rm -f *.out