| {- 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 |