Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
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.
1234567891011121314151617 |
- ACLOCAL_AMFLAGS= -I m4
- SUBDIRS =
-
- if HAVE_DOXYGEN
- SUBDIRS += docs
-
- docs:
- -cd docs; rm doxyfile.stamp; make doxyfile.stamp
- .PHONY: docs
- endif
-
- SUBDIRS += src
-
- if CHECK
- SUBDIRS += tests
- endif
|