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.
12345678 |
- TESTS = check_logger
- check_PROGRAMS = check_logger
- check_logger_SOURCES = check_logger.c $(top_builddir)/include/logger.h
- check_logger_CFLAGS = @CHECK_CFLAGS@
- check_logger_LDADD = $(top_builddir)/src/libpyfcgi.a @CHECK_LIBS@
-
- clean-local:
- -rm -rf /tmp/tmp_PyFCGI_checks*
|