Skip to content

Commit 452a851

Browse files
committed
Add new files into Makefile.am
1 parent 00c7efa commit 452a851

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎Makefile.am‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ csharp_EXTRA_DIST= \
122122
csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs \
123123
csharp/src/Google.Protobuf.Test/JsonParserTest.cs \
124124
csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs \
125+
csharp/src/Google.Protobuf.Test/Proto3OptionalTest.cs \
125126
csharp/src/Google.Protobuf.Test/Reflection/CustomOptionsTest.cs \
126127
csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs \
127128
csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs \
@@ -148,6 +149,7 @@ csharp_EXTRA_DIST= \
148149
csharp/src/Google.Protobuf.Test.TestProtos/UnittestImport.cs \
149150
csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssues.cs \
150151
csharp/src/Google.Protobuf.Test.TestProtos/UnittestProto3.cs \
152+
csharp/src/Google.Protobuf.Test.TestProtos/UnittestProto3Optional.cs \
151153
csharp/src/Google.Protobuf.Test.TestProtos/UnittestWellKnownTypes.cs \
152154
csharp/src/Google.Protobuf.Test.TestProtos/Unittest.cs \
153155
csharp/src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs \

0 commit comments

Comments
 (0)