From 044c36ebef20f66a9a8b0548f52b81692d779ac7 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 4 Aug 2015 09:25:38 +0100 Subject: First pass at C# conformance tests. Completely untested so far - easier to get started in VS and then transfer to Linux for tweaking... --- csharp/generate_protos.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'csharp/generate_protos.sh') diff --git a/csharp/generate_protos.sh b/csharp/generate_protos.sh index 2b5e525d..962f2a9c 100755 --- a/csharp/generate_protos.sh +++ b/csharp/generate_protos.sh @@ -68,3 +68,6 @@ $PROTOC -Icsharp/protos --csharp_out=csharp/src/Google.Protobuf.Test/TestProtos # AddressBook sample protos $PROTOC -Iexamples --csharp_out=csharp/src/AddressBook \ examples/addressbook.proto + +$PROTOC -Iconformance --csharp_out=csharp/src/Google.Protobuf.Conformance \ + conformance/conformance.proto -- cgit v1.2.3