From b1961c371da567692314f775f9bdcb95837d9278 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 Jan 2025 16:02:53 -0600 Subject: auto test both. logic is correct now. seems to work --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 97ef344..fc8683e 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,8 @@ auto: rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go test: - make -C example full + make -C example rawproto + make -C example modproto junk: cd example; rm -f go.* *.pb.go -- cgit v1.2.3