libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / test / default / Makefile.am
blob45f2494c97d94643de3f1c940053f13c221d265d
2 EXTRA_DIST = \
3         cmptest.h \
4         auth.exp \
5         auth2.exp \
6         auth3.exp \
7         auth5.exp \
8         box.exp \
9         box2.exp \
10         box7.exp \
11         box8.exp \
12         core1.exp \
13         core2.exp \
14         core3.exp \
15         core4.exp \
16         core5.exp \
17         core6.exp \
18         generichash.exp \
19         generichash2.exp \
20         hash.exp \
21         hash2.exp \
22         hash3.exp \
23         onetimeauth.exp \
24         onetimeauth2.exp \
25         onetimeauth7.exp \
26         scalarmult.exp \
27         scalarmult2.exp \
28         scalarmult5.exp \
29         scalarmult6.exp \
30         secretbox.exp \
31         secretbox2.exp \
32         secretbox7.exp \
33         secretbox8.exp \
34         shorthash.exp \
35         sodium_core.exp \
36         sodium_utils.exp \
37         sodium_version.exp \
38         stream.exp \
39         stream2.exp \
40         stream3.exp \
41         stream4.exp \
42         stream5.exp \
43         stream6.exp
45 DISTCLEANFILES = \
46         auth.res \
47         auth2.res \
48         auth3.res \
49         auth5.res \
50         box.res \
51         box2.res \
52         box7.res \
53         box8.res \
54         core1.res \
55         core2.res \
56         core3.res \
57         core4.res \
58         core5.res \
59         core6.res \
60         generichash.res \
61         generichash2.res \
62         hash.res \
63         hash2.res \
64         hash3.res \
65         onetimeauth.res \
66         onetimeauth2.res \
67         onetimeauth7.res \
68         scalarmult.res \
69         scalarmult2.res \
70         scalarmult5.res \
71         scalarmult6.res \
72         secretbox.res \
73         secretbox2.res \
74         secretbox7.res \
75         secretbox8.res \
76         shorthash.res \
77         sodium_core.res \
78         sodium_utils.res \
79         sodium_version.res \
80         stream.res \
81         stream2.res \
82         stream3.res \
83         stream4.res \
84         stream5.res \
85         stream6.res
87 AM_CPPFLAGS = \
88         -DTEST_SRCDIR=\"@srcdir@\" \
89         -I$(top_srcdir)/src/libsodium/include \
90         -I$(top_srcdir)/src/libsodium/include/sodium \
91         -I$(top_builddir)/src/libsodium/include \
92         -I$(top_builddir)/src/libsodium/include/sodium \
93         -I$(top_srcdir)/test/quirks
95 TESTS_TARGETS = \
96         auth \
97         auth2 \
98         auth3 \
99         auth5 \
100         box \
101         box2 \
102         box7 \
103         box8 \
104         core1 \
105         core2 \
106         core3 \
107         core4 \
108         core5 \
109         core6 \
110         generichash \
111         generichash2 \
112         hash \
113         hash3 \
114         onetimeauth \
115         onetimeauth2 \
116         onetimeauth7 \
117         randombytes \
118         scalarmult \
119         scalarmult2 \
120         scalarmult5 \
121         scalarmult6 \
122         secretbox \
123         secretbox2 \
124         secretbox7 \
125         secretbox8 \
126         shorthash \
127         sodium_core \
128         sodium_utils \
129         sodium_version \
130         stream \
131         stream2 \
132         stream3 \
133         stream4 \
134         stream5 \
135         stream6
137 check_PROGRAMS = $(TESTS_TARGETS)
139 TESTS = $(TESTS_TARGETS)
141 TESTS_LDADD = \
142         ${top_builddir}/src/libsodium/libsodium.la
144 auth_SOURCE               = cmptest.h auth.c
145 auth_LDADD                = $(TESTS_LDADD)
147 auth2_SOURCE              = cmptest.h auth2.c
148 auth2_LDADD               = $(TESTS_LDADD)
150 auth3_SOURCE              = cmptest.h auth3.c
151 auth3_LDADD               = $(TESTS_LDADD)
153 auth5_SOURCE              = cmptest.h auth5.c windows/windows-quirks.h
154 auth5_LDADD               = $(TESTS_LDADD)
156 box_SOURCE                = cmptest.h box.c
157 box_LDADD                 = $(TESTS_LDADD)
159 box2_SOURCE               = cmptest.h box2.c
160 box2_LDADD                = $(TESTS_LDADD)
162 box7_SOURCE               = cmptest.h box7.c
163 box7_LDADD                = $(TESTS_LDADD)
165 box8_SOURCE               = cmptest.h box8.c
166 box8_LDADD                = $(TESTS_LDADD)
168 core1_SOURCE              = cmptest.h core1.c
169 core1_LDADD               = $(TESTS_LDADD)
171 core2_SOURCE              = cmptest.h core2.c
172 core2_LDADD               = $(TESTS_LDADD)
174 core3_SOURCE              = cmptest.h core3.c
175 core3_LDADD               = $(TESTS_LDADD)
177 core4_SOURCE              = cmptest.h core4.c
178 core4_LDADD               = $(TESTS_LDADD)
180 core5_SOURCE              = cmptest.h core5.c
181 core5_LDADD               = $(TESTS_LDADD)
183 core6_SOURCE              = cmptest.h core6.c
184 core6_LDADD               = $(TESTS_LDADD)
186 generichash_SOURCE        = cmptest.h generichash.c
187 generichash_LDADD         = $(TESTS_LDADD)
189 generichash2_SOURCE       = cmptest.h generichash2.c
190 generichash2_LDADD        = $(TESTS_LDADD)
192 hash_SOURCE               = cmptest.h hash.c
193 hash_LDADD                = $(TESTS_LDADD)
195 hash3_SOURCE              = cmptest.h hash3.c
196 hash3_LDADD               = $(TESTS_LDADD)
198 onetimeauth_SOURCE        = cmptest.h onetimeauth.c
199 onetimeauth_LDADD         = $(TESTS_LDADD)
201 onetimeauth2_SOURCE       = cmptest.h onetimeauth2.c
202 onetimeauth2_LDADD        = $(TESTS_LDADD)
204 onetimeauth7_SOURCE       = cmptest.h onetimeauth7.c
205 onetimeauth7_LDADD        = $(TESTS_LDADD)
207 randombytes_SOURCE        = randombytes.c
208 randombytes_LDADD         = $(TESTS_LDADD)
210 scalarmult_SOURCE         = cmptest.h scalarmult.c
211 scalarmult_LDADD          = $(TESTS_LDADD)
213 scalarmult2_SOURCE        = cmptest.h scalarmult2.c
214 scalarmult2_LDADD         = $(TESTS_LDADD)
216 scalarmult5_SOURCE        = cmptest.h scalarmult5.c
217 scalarmult5_LDADD         = $(TESTS_LDADD)
219 scalarmult6_SOURCE        = cmptest.h scalarmult6.c
220 scalarmult6_LDADD         = $(TESTS_LDADD)
222 secretbox_SOURCE          = cmptest.h secretbox.c
223 secretbox_LDADD           = $(TESTS_LDADD)
225 secretbox2_SOURCE         = cmptest.h secretbox2.c
226 secretbox2_LDADD          = $(TESTS_LDADD)
228 secretbox7_SOURCE         = cmptest.h secretbox7.c
229 secretbox7_LDADD          = $(TESTS_LDADD)
231 secretbox8_SOURCE         = cmptest.h secretbox8.c
232 secretbox8_LDADD          = $(TESTS_LDADD)
234 shorthash_SOURCE          = cmptest.h shorthash.c
235 shorthash_LDADD           = $(TESTS_LDADD)
237 sodium_core_SOURCE        = cmptest.h sodium_core.c
238 sodium_core_LDADD         = $(TESTS_LDADD)
240 sodium_utils_SOURCE       = cmptest.h sodium_utils.c
241 sodium_utils_LDADD        = $(TESTS_LDADD)
243 sodium_version_SOURCE     = cmptest.h sodium_version.c
244 sodium_version_LDADD      = $(TESTS_LDADD)
246 stream_SOURCE             = cmptest.h stream.c
247 stream_LDADD              = $(TESTS_LDADD)
249 stream2_SOURCE            = cmptest.h stream2.c
250 stream2_LDADD             = $(TESTS_LDADD)
252 stream3_SOURCE            = cmptest.h stream3.c
253 stream3_LDADD             = $(TESTS_LDADD)
255 stream4_SOURCE            = cmptest.h stream4.c
256 stream4_LDADD             = $(TESTS_LDADD)
258 stream5_SOURCE            = cmptest.h stream5.c
259 stream5_LDADD             = $(TESTS_LDADD)
261 stream6_SOURCE            = cmptest.h stream6.c
262 stream6_LDADD             = $(TESTS_LDADD)
264 verify: check