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 225B

12345
  1. TESTS = check_logger
  2. check_PROGRAMS = check_logger
  3. check_logger_SOURCES = check_logger.c $(top_builddir)/include/logger.h
  4. check_logger_CFLAGS = @CHECK_CFLAGS@
  5. check_logger_LDADD = $(top_builddir)/src/libpyfcgi.a @CHECK_LIBS@