aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-04-04 17:01:09 -0700
committerGitHub <noreply@github.com>2018-04-04 17:01:09 -0700
commite7e6c6b8d1317aa315530024224bfb92e857daa0 (patch)
tree4fece38c58a556d42ea526c3a7f8876bbc1e8b3b /Makefile.am
parentc93174346149f259ebc85fdb46826fcf84abb07d (diff)
parentf72ac9f987168cb333a1ca0b6482737f7466b22a (diff)
downloadprotobuf-e7e6c6b8d1317aa315530024224bfb92e857daa0.tar.gz
protobuf-e7e6c6b8d1317aa315530024224bfb92e857daa0.tar.bz2
protobuf-e7e6c6b8d1317aa315530024224bfb92e857daa0.zip
Merge pull request #4283 from ObsidianMinor/csharp/better-test-runners
[C#] Update test project to be used with dotnet test and Visual Studio Test Explorer
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7b9a4c14..3ac69321 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -98,7 +98,6 @@ csharp_EXTRA_DIST= \
csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs \
csharp/src/Google.Protobuf.Test/JsonParserTest.cs \
csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs \
- csharp/src/Google.Protobuf.Test/Program.cs \
csharp/src/Google.Protobuf.Test/Reflection/CustomOptionsTest.cs \
csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs \
csharp/src/Google.Protobuf.Test/Reflection/FieldAccessTest.cs \