Pull over some new test programs from the soup-refactoring branch,
[platform/upstream/libsoup.git] / tests / Makefile.am
1 INCLUDES =              \
2         -I$(top_srcdir) \
3         $(GLIB_CFLAGS)
4
5 LIBS = $(top_builddir)/libsoup/libsoup-$(SOUP_API_VERSION).la
6
7 noinst_PROGRAMS = get timeserver simple-httpd simple-proxy
8
9 get_SOURCES = get.c
10 timeserver_SOURCES = timeserver.c
11 simple_httpd_SOURCES = simple-httpd.c
12 simple_proxy_SOURCES = simple-proxy.c
13
14 check_PROGRAMS = auth-test uri-parsing
15
16 auth_test_SOURCES = auth-test.c
17 uri_parsing_SOURCES = uri-parsing.c