Simple test of the dns code
[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 =       \
8         auth-test       \
9         dns             \
10         get             \
11         revserver       \
12         simple-httpd    \
13         simple-proxy    \
14         uri-parsing
15
16 auth_test_SOURCES = auth-test.c
17 dns_SOURCES = dns.c
18 get_SOURCES = get.c
19 simple_httpd_SOURCES = simple-httpd.c
20 simple_proxy_SOURCES = simple-proxy.c
21 revserver_SOURCES = revserver.c
22 uri_parsing_SOURCES = uri-parsing.c
23
24 EXTRA_DIST = libsoup.supp test-cert.pem test-key.pem