From eb027509bdab8f13314f5f37e14aeb69c0cc2b6b Mon Sep 17 00:00:00 2001 From: Walter Schulze Date: Tue, 22 Oct 2024 21:20:42 +0100 Subject: [PATCH] more fixes --- Readme.md | 2 ++ validator/gen-validator-tests/Makefile | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index 6e89c97..06a06a2 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ # Cross Language Test Suite for Katydid +[![Build Status](https://github.com/katydid/testsuite/actions/workflows/build.yml/badge.svg)](https://github.com/katydid/testsuite/actions) + The test suite is a language agnostic test suite. The idea is that katydid can be implemented in multiple programming languages. diff --git a/validator/gen-validator-tests/Makefile b/validator/gen-validator-tests/Makefile index 1eac8e4..f6e832b 100644 --- a/validator/gen-validator-tests/Makefile +++ b/validator/gen-validator-tests/Makefile @@ -2,12 +2,12 @@ gofmt: gofmt -l -s -w . regenerate: - (protoc --gogo_out=. -I=.:../../../../..//src/:../../../../..//src/github.com/gogo/protobuf/protobuf person.proto) - (protoc --gogo_out=. -I=.:../../../../..//src/:../../../../..//src/github.com/gogo/protobuf/protobuf srctree.proto) - (protoc --gogo_out=. -I=.:../../../../..//src/:../../../../..//src/github.com/gogo/protobuf/protobuf treeregister.proto) - (protoc --gogo_out=. -I=.:../../../../..//src/:../../../../..//src/github.com/gogo/protobuf/protobuf typewriterprison.proto) - (protoc --gogo_out=. -I=.:../../../../..//src/:../../../../..//src/github.com/gogo/protobuf/protobuf puddingmilkshake.proto) - (protoc --gogo_out=. -I=.:../../../../..//src/:../../../../..//src/github.com/gogo/protobuf/protobuf topsyturvy.proto) - (protoc --gogo_out=. -I=.:../../../../..//src/:../../../../..//src/github.com/gogo/protobuf/protobuf knot.proto) - (protoc --gogo_out=. -I=.:../../../../..//src/:../../../../..//src/github.com/gogo/protobuf/protobuf banana.proto) + (protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf person.proto) + (protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf srctree.proto) + (protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf treeregister.proto) + (protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf typewriterprison.proto) + (protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf puddingmilkshake.proto) + (protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf topsyturvy.proto) + (protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf knot.proto) + (protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf banana.proto) find . -name "*.pb.go" | xargs gofmt -l -s -w