diff options
| author | miod <> | 2014-05-06 20:40:26 +0000 |
|---|---|---|
| committer | miod <> | 2014-05-06 20:40:26 +0000 |
| commit | bddee32ed9e1e535ffb281127f5e6d0592ab124a (patch) | |
| tree | 51fa6ef96cc3efed827d24a54c2defc36ceb185c /src/regress/lib/libcrypto/pqueue/Makefile | |
| parent | 106b082db720603bef9185809f36184f363eecb7 (diff) | |
| download | openbsd-bddee32ed9e1e535ffb281127f5e6d0592ab124a.tar.gz openbsd-bddee32ed9e1e535ffb281127f5e6d0592ab124a.tar.bz2 openbsd-bddee32ed9e1e535ffb281127f5e6d0592ab124a.zip | |
Make sure the stdout output is check, to confirm proper sorting.
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> |
