summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 5ffdd4634e9a6771520d18ae6c1f5bba81282998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TESTS = proxy proxy-continuous threaded oauth oauth-async oauth2 flickr lastfm xml custom-serialize

AM_CPPFLAGS = $(SOUP_CFLAGS) -I$(top_srcdir) $(GCOV_CFLAGS)
AM_LDFLAGS = $(SOUP_LIBS) $(GCOV_LDFLAGS) \
	     ../rest/librest-@API_VERSION@.la ../rest-extras/librest-extras-@API_VERSION@.la

check_PROGRAMS = $(TESTS)

proxy_SOURCES = proxy.c
proxy_continuous_SOURCES = proxy-continuous.c
threaded_SOURCES = threaded.c
oauth_SOURCES = oauth.c
oauth_async_SOURCES = oauth-async.c
oauth2_SOURCES = oauth2.c
flickr_SOURCES = flickr.c
lastfm_SOURCES = lastfm.c
xml_SOURCES = xml.c
custom_serialize_SOURCES = custom-serialize.c