aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Tamir Duberstein <tamird@gmail.com>2015-04-10 15:46:09 -0400
committerGravatar Tamir Duberstein <tamird@gmail.com>2015-04-10 19:43:50 -0400
commitdab96f19ee2cb1dab5a403987329326ee23c2191 (patch)
tree29030ce4a09ff9fad1156b7e1bac4a769b53699c /Makefile.am
parentd632bc76f1dec959eaa6b2d415e9b3e9cabb9318 (diff)
[PYTHON] Remove awkward duplicate tests
We already run all tests with and without `--cpp_implementation`
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 1a2c3dfb..4fd93f26 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -207,17 +207,14 @@ python_EXTRA_DIST= \
python/google/protobuf/internal/descriptor_pool_test.py \
python/google/protobuf/internal/descriptor_pool_test1.proto \
python/google/protobuf/internal/descriptor_pool_test2.proto \
- python/google/protobuf/internal/descriptor_python_test.py \
python/google/protobuf/internal/descriptor_test.py \
python/google/protobuf/internal/encoder.py \
python/google/protobuf/internal/enum_type_wrapper.py \
python/google/protobuf/internal/factory_test1.proto \
python/google/protobuf/internal/factory_test2.proto \
python/google/protobuf/internal/generator_test.py \
- python/google/protobuf/internal/message_factory_python_test.py \
python/google/protobuf/internal/message_factory_test.py \
python/google/protobuf/internal/message_listener.py \
- python/google/protobuf/internal/message_python_test.py \
python/google/protobuf/internal/message_test.py \
python/google/protobuf/internal/missing_enum_values.proto \
python/google/protobuf/internal/more_extensions.proto \