aboutsummaryrefslogtreecommitdiff
path: root/update_file_lists.sh
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@google.com>2015-07-15 20:33:59 -0700
committerJan Tattermusch <jtattermusch@google.com>2015-07-15 20:33:59 -0700
commit11002e70c607255cf91fea0f998fe945ca6ddc5e (patch)
treeeadc17fc1043b12cccdd5868e775bc540faa9841 /update_file_lists.sh
parent385baaa87c52abf5339b0be7dccf8a4131667117 (diff)
parentfde6e89f99eda04a4f1b8677bcea07e6c2040405 (diff)
downloadprotobuf-11002e70c607255cf91fea0f998fe945ca6ddc5e.tar.gz
protobuf-11002e70c607255cf91fea0f998fe945ca6ddc5e.tar.bz2
protobuf-11002e70c607255cf91fea0f998fe945ca6ddc5e.zip
Merge remote-tracking branch 'upstream/master' into csharp-experimental
Diffstat (limited to 'update_file_lists.sh')
-rwxr-xr-xupdate_file_lists.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/update_file_lists.sh b/update_file_lists.sh
index aa0d15ae..34443456 100755
--- a/update_file_lists.sh
+++ b/update_file_lists.sh
@@ -57,6 +57,7 @@ WKT_PROTOS=$(get_variable_value $MAKEFILE nobase_dist_proto_DATA)
COMMON_TEST_SOURCES=$(get_source_files $MAKEFILE COMMON_TEST_SOURCES)
TEST_SOURCES=$(get_source_files $MAKEFILE protobuf_test_SOURCES)
LITE_TEST_SOURCES=$(get_source_files $MAKEFILE protobuf_lite_test_SOURCES)
+TEST_PLUGIN_SOURCES=$(get_source_files $MAKEFILE test_plugin_SOURCES)
################################################################################
# Update cmake files.
@@ -177,3 +178,5 @@ set_bazel_value $BAZEL_BUILD well_known_protos "" $WKT_PROTOS
set_bazel_value $BAZEL_BUILD test_protos "" $PROTOS
set_bazel_value $BAZEL_BUILD common_test_srcs $BAZEL_PREFIX $COMMON_TEST_SOURCES
set_bazel_value $BAZEL_BUILD test_srcs $BAZEL_PREFIX $TEST_SOURCES
+set_bazel_value $BAZEL_BUILD test_plugin_srcs $BAZEL_PREFIX $TEST_PLUGIN_SOURCES
+