summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/pqueue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/regress/lib/libcrypto/pqueue/Makefile7
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
3PROG= pq_test 3PROG= pq_test
4CRYPTO= ${.CURDIR}/../../../../lib/libssl/src/crypto 4CRYPTO= ${.CURDIR}/../../../../lib/libssl/src/crypto
@@ -7,4 +7,9 @@ CFLAGS+= -I${CRYPTO}/pqueue
7LDADD= -lcrypto 7LDADD= -lcrypto
8DPADD= ${LIBCRYPTO} 8DPADD= ${LIBCRYPTO}
9 9
10REGRESS_TARGETS= regress-pq_test
11
12regress-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>