From 99c036733bb581fa7bf70562dd25ae55e35461c7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 Jan 2025 19:56:45 -0600 Subject: runs the testfiles/ test --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 89c133d..4ddec1f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) -test: goimports build auto +test: goimports build test full: clean goimports auto vet install @@ -27,7 +27,10 @@ auto.pb.go: auto.proto ./autogenpb --proto auto.proto --package testfiles rm -f auto.sort.pb.go auto.marshal.pb.go -auto: +test: + make -C testfiles full + +junk: cd testfiles; rm -f go.* *.pb.go cd testfiles; ../autogenpb --proto auto.proto --package yellow cd testfiles; GO111MODULE=off go vet -- cgit v1.2.3