Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
python
c
wsgi
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 192B

1234567891011121314151617
  1. ACLOCAL_AMFLAGS= -I m4
  2. SUBDIRS =
  3. if HAVE_DOXYGEN
  4. SUBDIRS += docs
  5. docs:
  6. -cd docs; rm doxyfile.stamp; make doxyfile.stamp
  7. .PHONY: docs
  8. endif
  9. SUBDIRS += src
  10. if CHECK
  11. SUBDIRS += tests
  12. endif