From a87934028c0a6298ce682753b16d94b8cb7a107f Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 19 Jul 2022 16:26:49 +0100 Subject: [PATCH] Fix distribution test failures --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index d35bcaf27e8e1..32e63f232bda0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -136,6 +136,7 @@ csharp_EXTRA_DIST= \ csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs \ csharp/src/Google.Protobuf.Test/LegacyGeneratedCodeTest.cs \ csharp/src/Google.Protobuf.Test/MessageParsingHelpers.cs \ + csharp/src/Google.Protobuf.Test/ParsingPrimitivesTest.cs \ csharp/src/Google.Protobuf.Test/Proto3OptionalTest.cs \ csharp/src/Google.Protobuf.Test/ReadOnlySequenceFactory.cs \ csharp/src/Google.Protobuf.Test/RefStructCompatibilityTest.cs \ @@ -174,6 +175,7 @@ csharp_EXTRA_DIST= \ csharp/src/Google.Protobuf.Test/WellKnownTypes/FieldMaskTest.cs \ csharp/src/Google.Protobuf.Test/WellKnownTypes/TimestampTest.cs \ csharp/src/Google.Protobuf.Test/WellKnownTypes/WrappersTest.cs \ + csharp/src/Google.Protobuf.Test/WritingPrimitivesTest.cs \ csharp/src/Google.Protobuf.Test/UnknownFieldSetTest.cs \ csharp/src/Google.Protobuf.Test/testprotos.pb \ csharp/src/Google.Protobuf.sln \