summaryrefslogtreecommitdiffstats
path: root/fuzz/build.info
blob: 82569a2910b4859aa949b3e9ef8234a2b9d06f1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{- use File::Spec::Functions qw/catdir rel2abs/; -}
PROGRAMS=asn1-test asn1parse-test bignum-test bndiv-test cms-test conf-test crl-test ct-test server-test x509-test

SOURCE[asn1-test]=asn1.c test-corpus.c
INCLUDE[asn1-test]=../include
DEPEND[asn1-test]=../libcrypto

SOURCE[asn1parse-test]=asn1parse.c test-corpus.c
INCLUDE[asn1parse-test]=../include
DEPEND[asn1parse-test]=../libcrypto

SOURCE[bignum-test]=bignum.c test-corpus.c
INCLUDE[bignum-test]=../include
DEPEND[bignum-test]=../libcrypto

SOURCE[bndiv-test]=bndiv.c test-corpus.c
INCLUDE[bndiv-test]=../include
DEPEND[bndiv-test]=../libcrypto

SOURCE[cms-test]=cms.c test-corpus.c
INCLUDE[cms-test]=../include
DEPEND[cms-test]=../libcrypto

SOURCE[conf-test]=conf.c test-corpus.c
INCLUDE[conf-test]=../include
DEPEND[conf-test]=../libcrypto

SOURCE[crl-test]=crl.c test-corpus.c
INCLUDE[crl-test]=../include
DEPEND[crl-test]=../libcrypto

SOURCE[ct-test]=ct.c test-corpus.c
INCLUDE[ct-test]=../include
DEPEND[ct-test]=../libcrypto

SOURCE[server-test]=server.c test-corpus.c
INCLUDE[server-test]=../include
DEPEND[server-test]=../libcrypto ../libssl

SOURCE[x509-test]=x509.c test-corpus.c
INCLUDE[x509-test]=../include
DEPEND[x509-test]=../libcrypto