diff options
Diffstat (limited to 'src/regress/lib/libcrypto/pqueue/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/pqueue/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/pqueue/Makefile b/src/regress/lib/libcrypto/pqueue/Makefile index 02a1816b0a..b817169a7f 100644 --- a/src/regress/lib/libcrypto/pqueue/Makefile +++ b/src/regress/lib/libcrypto/pqueue/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2014/05/06 20:27:19 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2014/05/06 20:40:26 miod Exp $ |
2 | 2 | ||
3 | PROG= pq_test | 3 | PROG= pq_test |
4 | CRYPTO= ${.CURDIR}/../../../../lib/libssl/src/crypto | 4 | CRYPTO= ${.CURDIR}/../../../../lib/libssl/src/crypto |
@@ -7,4 +7,9 @@ CFLAGS+= -I${CRYPTO}/pqueue | |||
7 | LDADD= -lcrypto | 7 | LDADD= -lcrypto |
8 | DPADD= ${LIBCRYPTO} | 8 | DPADD= ${LIBCRYPTO} |
9 | 9 | ||
10 | REGRESS_TARGETS= regress-pq_test | ||
11 | |||
12 | regress-pq_test: ${PROG} | ||
13 | ${.OBJDIR}/pq_test | cmp -s ${.CURDIR}/expected.txt /dev/stdin | ||
14 | |||
10 | .include <bsd.regress.mk> | 15 | .include <bsd.regress.mk> |