diff options
| author | jsing <> | 2016-11-04 19:45:12 +0000 |
|---|---|---|
| committer | jsing <> | 2016-11-04 19:45:12 +0000 |
| commit | 487c3b44b19dd599065dbca3423c0ecedafe889c (patch) | |
| tree | 60bf511dad330deec7c994bbb79706fa5c6160e6 /src/regress/lib/libssl/pqueue/Makefile | |
| parent | 923e520bf2575724ab423e4729c60931be0412ba (diff) | |
| download | openbsd-487c3b44b19dd599065dbca3423c0ecedafe889c.tar.gz openbsd-487c3b44b19dd599065dbca3423c0ecedafe889c.tar.bz2 openbsd-487c3b44b19dd599065dbca3423c0ecedafe889c.zip | |
Move pqueue regress from libcrypto to libssl, since that's where the pqueue
code now lives. Also unbreak the regress following the symbol hiding
changes in libssl.
Diffstat (limited to 'src/regress/lib/libssl/pqueue/Makefile')
| -rw-r--r-- | src/regress/lib/libssl/pqueue/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/regress/lib/libssl/pqueue/Makefile b/src/regress/lib/libssl/pqueue/Makefile new file mode 100644 index 0000000000..48c2cb7e61 --- /dev/null +++ b/src/regress/lib/libssl/pqueue/Makefile | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.1 2016/11/04 19:45:12 jsing Exp $ | ||
| 2 | |||
| 3 | PROG= pq_test | ||
| 4 | SRC= ${.CURDIR}/../../../../lib/libssl | ||
| 5 | CFLAGS+= -I${SRC} | ||
| 6 | |||
| 7 | LDADD= ${SSL_INT} -lcrypto | ||
| 8 | DPADD= ${LIBSSL} ${LIBCRYPTO} | ||
| 9 | WARNINGS= Yes | ||
| 10 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | ||
| 11 | |||
| 12 | REGRESS_TARGETS= regress-pq_test | ||
| 13 | |||
| 14 | regress-pq_test: ${PROG} | ||
| 15 | ${.OBJDIR}/pq_test | cmp -s ${.CURDIR}/expected.txt /dev/stdin | ||
| 16 | |||
| 17 | .include <bsd.regress.mk> | ||
