diff options
| author | tb <> | 2025-05-04 11:04:02 +0000 |
|---|---|---|
| committer | tb <> | 2025-05-04 11:04:02 +0000 |
| commit | cd61689a37c714168ad3ac43623273d70f2bce16 (patch) | |
| tree | cc536517c6709e51b0a3942c6d8ce199b8f4aed1 /src/regress/lib/libssl/pqueue/Makefile | |
| parent | 160eaa0c6e4db50ab2f62adbc974105628cb8adc (diff) | |
| download | openbsd-cd61689a37c714168ad3ac43623273d70f2bce16.tar.gz openbsd-cd61689a37c714168ad3ac43623273d70f2bce16.tar.bz2 openbsd-cd61689a37c714168ad3ac43623273d70f2bce16.zip | |
Improve the pqueue test
This simplifies the test in portable and makes the whole thing a bit
less ugly overall.
From Kenjiro Nakayama with minor tweaks by me
Diffstat (limited to 'src/regress/lib/libssl/pqueue/Makefile')
| -rw-r--r-- | src/regress/lib/libssl/pqueue/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/regress/lib/libssl/pqueue/Makefile b/src/regress/lib/libssl/pqueue/Makefile index 48c2cb7e61..05fe9a268d 100644 --- a/src/regress/lib/libssl/pqueue/Makefile +++ b/src/regress/lib/libssl/pqueue/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.1 2016/11/04 19:45:12 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2025/05/04 11:04:02 tb Exp $ |
| 2 | 2 | ||
| 3 | PROG= pq_test | 3 | PROG= pq_test |
| 4 | SRC= ${.CURDIR}/../../../../lib/libssl | 4 | SRC= ${.CURDIR}/../../../../lib/libssl |
| @@ -9,9 +9,4 @@ DPADD= ${LIBSSL} ${LIBCRYPTO} | |||
| 9 | WARNINGS= Yes | 9 | WARNINGS= Yes |
| 10 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 10 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
| 11 | 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> | 12 | .include <bsd.regress.mk> |
