diff options
| -rw-r--r-- | src/regress/lib/libcrypto/wycheproof/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/Makefile b/src/regress/lib/libcrypto/wycheproof/Makefile index 133de436df..4c4a321a80 100644 --- a/src/regress/lib/libcrypto/wycheproof/Makefile +++ b/src/regress/lib/libcrypto/wycheproof/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.12 2026/01/22 11:40:25 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.13 2026/05/05 12:56:12 tb Exp $ |
| 2 | 2 | ||
| 3 | WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors_v1/ | 3 | WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors_v1/ |
| 4 | 4 | ||
| @@ -13,7 +13,7 @@ REGRESS_TARGETS += regress-wycheproof-primes | |||
| 13 | 13 | ||
| 14 | . if exists(/usr/local/bin/go) | 14 | . if exists(/usr/local/bin/go) |
| 15 | 15 | ||
| 16 | REGRESS_TARGETS += regress-wycheproof | 16 | REGRESS_TARGETS += regress-wycheproof regress-fmt-wycheproof |
| 17 | 17 | ||
| 18 | CLEANFILES += wycheproof | 18 | CLEANFILES += wycheproof |
| 19 | 19 | ||
| @@ -23,6 +23,9 @@ wycheproof: wycheproof.go | |||
| 23 | regress-wycheproof: wycheproof | 23 | regress-wycheproof: wycheproof |
| 24 | ./wycheproof | 24 | ./wycheproof |
| 25 | 25 | ||
| 26 | regress-fmt-wycheproof: | ||
| 27 | gofmt -d ${.CURDIR}/wycheproof.go | ||
| 28 | |||
| 26 | REGRESS_CLEANUP = clean-go-cache | 29 | REGRESS_CLEANUP = clean-go-cache |
| 27 | 30 | ||
| 28 | clean-go-cache: | 31 | clean-go-cache: |
