2
0
Fork 0
lighttpd2/src/unittests/Makefile.am

15 lines
502 B
Makefile

include $(top_srcdir)/build-helpers/glib-tap.mk
AM_CFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
AM_CFLAGS += $(GTHREAD_CFLAGS) $(GMODULE_CFLAGS) $(LIBEV_CFLAGS) $(LUA_CFLAGS)
AM_LDFLAGS = -export-dynamic -avoid-version -no-undefined $(GTHREAD_LIBS) $(GMODULE_LIBS) $(LIBEV_LIBS) $(LUA_LIBS)
LDADD = ../common/liblighttpd2-common.la ../main/liblighttpd2-shared.la
test_programs=\
test-chunk \
test-http-request-parser \
test-ip-parser \
test-range-parser \
test-utils \
test-radix