uploaded liboauth for tizen_3.0
[platform/upstream/liboauth.git] / tests / Makefile.am
1 check_PROGRAMS = oauthexample oauthdatapost tcwiki tceran tcother oauthtest oauthtest2 oauthsign oauthbodyhash
2 ACLOCAL_AMFLAGS= -I m4
3
4 OAUTHDIR =../src
5 INCLUDES = -I$(srcdir)/$(OAUTHDIR)
6 MYCFLAGS = @LIBOAUTH_CFLAGS@ @HASH_CFLAGS@ @CURL_CFLAGS@ 
7 MYLDADD  = $(OAUTHDIR)/liboauth.la
8 LIBS     = -lm @HASH_LIBS@ @CURL_LIBS@ @LIBS@
9
10 tcwiki_SOURCES = selftest_wiki.c commontest.c commontest.h
11 tcwiki_LDADD = $(MYLDADD)
12 tcwiki_CFLAGS = $(MYCFLAGS) @TEST_UNICODE@
13
14 tceran_SOURCES = selftest_eran.c commontest.c commontest.h
15 tceran_LDADD = $(MYLDADD)
16 tceran_CFLAGS = $(MYCFLAGS) @TEST_UNICODE@
17
18 tcother_SOURCES = selftest_other.c commontest.c commontest.h
19 tcother_LDADD = $(MYLDADD)
20 tcother_CFLAGS = $(MYCFLAGS)
21
22 oauthtest_SOURCES = oauthtest.c
23 oauthtest_LDADD = $(MYLDADD)
24 oauthtest_CFLAGS = $(MYCFLAGS)
25
26 oauthtest2_SOURCES = oauthtest2.c
27 oauthtest2_LDADD = $(MYLDADD)
28 oauthtest2_CFLAGS = $(MYCFLAGS)
29
30 oauthexample_SOURCES = oauthexample.c
31 oauthexample_LDADD = $(MYLDADD)
32 oauthexample_CFLAGS = $(MYCFLAGS)
33
34 oauthsign_SOURCES = oauthsign.c
35 oauthsign_LDADD = $(MYLDADD)
36 oauthsign_CFLAGS = $(MYCFLAGS)
37
38 oauthdatapost_SOURCES = oauthdatapost.c
39 oauthdatapost_LDADD = $(MYLDADD)
40 oauthdatapost_CFLAGS = $(MYCFLAGS)
41
42 oauthbodyhash_SOURCES = oauthbodyhash.c
43 oauthbodyhash_LDADD = $(MYLDADD)
44 oauthbodyhash_CFLAGS = $(MYCFLAGS)