Add runfiles to make the protobuf_test pass.
diff --git a/BUILD b/BUILD
index f50e34b..a0f291f 100644
--- a/BUILD
+++ b/BUILD
@@ -432,7 +432,9 @@
     copts = COPTS,
     data = [
         ":test_plugin",
-    ],
+    ] + glob([
+        "src/google/protobuf/**/*",
+    ]),
     includes = [
         "src/",
     ],
@@ -542,8 +544,8 @@
     name = "python_tests",
     srcs = [":python_test_srcs"],
     deps = [
-        ":python_common_test_protos",
         ":protobuf_python",
+        ":python_common_test_protos",
         ":python_specific_test_protos",
     ],
 )