From da19cc86929787482add39a31b6d4de43375bf68 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 5 May 2026 12:56:12 +0000 Subject: wycheproof: add regress target to ensure proper go formatting --- src/regress/lib/libcrypto/wycheproof/Makefile | 7 +++++-- 1 file 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 @@ -# $OpenBSD: Makefile,v 1.12 2026/01/22 11:40:25 tb Exp $ +# $OpenBSD: Makefile,v 1.13 2026/05/05 12:56:12 tb Exp $ WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors_v1/ @@ -13,7 +13,7 @@ REGRESS_TARGETS += regress-wycheproof-primes . if exists(/usr/local/bin/go) -REGRESS_TARGETS += regress-wycheproof +REGRESS_TARGETS += regress-wycheproof regress-fmt-wycheproof CLEANFILES += wycheproof @@ -23,6 +23,9 @@ wycheproof: wycheproof.go regress-wycheproof: wycheproof ./wycheproof +regress-fmt-wycheproof: + gofmt -d ${.CURDIR}/wycheproof.go + REGRESS_CLEANUP = clean-go-cache clean-go-cache: -- cgit v1.2.3-55-g6feb