aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJie Luo <anandolee@gmail.com>2017-03-06 15:33:41 -0800
committerGitHub <noreply@github.com>2017-03-06 15:33:41 -0800
commit06f9f609e166859a8ebe9d67a3fb95a825adbc12 (patch)
tree4a6be9a7e2fff09fc0839cf8d046b213a22a82cc /src/Makefile.am
parent0c0a8879c3dd7ee6925746d2206f3262689b5833 (diff)
parentaf13bff3c729bd7e0e053b4f0051501a294247c5 (diff)
downloadprotobuf-06f9f609e166859a8ebe9d67a3fb95a825adbc12.tar.gz
protobuf-06f9f609e166859a8ebe9d67a3fb95a825adbc12.tar.bz2
protobuf-06f9f609e166859a8ebe9d67a3fb95a825adbc12.zip
Detect if Descriptor.cs changes for csharp
Merge pull request #2788 from anandolee/master
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ab9eb31b..8c25a10a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -783,6 +783,7 @@ protobuf_test_SOURCES = \
google/protobuf/compiler/objectivec/objectivec_helpers_unittest.cc \
google/protobuf/compiler/python/python_plugin_unittest.cc \
google/protobuf/compiler/ruby/ruby_generator_unittest.cc \
+ google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc \
google/protobuf/compiler/csharp/csharp_generator_unittest.cc \
google/protobuf/util/field_comparator_test.cc \
google/protobuf/util/field_mask_util_test.cc \