summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/wycheproof/Makefile7
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
3WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors_v1/ 3WYCHEPROOF_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
16REGRESS_TARGETS += regress-wycheproof 16REGRESS_TARGETS += regress-wycheproof regress-fmt-wycheproof
17 17
18CLEANFILES += wycheproof 18CLEANFILES += wycheproof
19 19
@@ -23,6 +23,9 @@ wycheproof: wycheproof.go
23regress-wycheproof: wycheproof 23regress-wycheproof: wycheproof
24 ./wycheproof 24 ./wycheproof
25 25
26regress-fmt-wycheproof:
27 gofmt -d ${.CURDIR}/wycheproof.go
28
26REGRESS_CLEANUP = clean-go-cache 29REGRESS_CLEANUP = clean-go-cache
27 30
28clean-go-cache: 31clean-go-cache: