You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
495 B
Makefile
14 lines
495 B
Makefile
|
|
|
|
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_binaries=test-chunk test-ip-parser test-range-parser test-utils test-radix
|
|
|
|
check_PROGRAMS=$(test_binaries)
|
|
|
|
TESTS=$(test_binaries)
|
|
TESTS_ENVIRONMENT=gtester
|