diff options
| author | Hao Nguyen <haon@google.com> | 2019-04-05 16:55:34 -0700 |
|---|---|---|
| committer | Hao Nguyen <haon@google.com> | 2019-04-05 16:55:34 -0700 |
| commit | 1eb049141e2d3be78c915cba5af448ecb4e0417a (patch) | |
| tree | 8638a8f1928723f251dc77d0af64556e0df616ce /conformance | |
| parent | 86bc27d22051381134966a544b28652116e47af7 (diff) | |
| download | platform_external_protobuf-1eb049141e2d3be78c915cba5af448ecb4e0417a.tar.gz platform_external_protobuf-1eb049141e2d3be78c915cba5af448ecb4e0417a.tar.bz2 platform_external_protobuf-1eb049141e2d3be78c915cba5af448ecb4e0417a.zip | |
Add module for JavaLite and fix builds
Diffstat (limited to 'conformance')
| -rw-r--r-- | conformance/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conformance/Makefile.am b/conformance/Makefile.am index 495b462b9..e47fd1081 100644 --- a/conformance/Makefile.am +++ b/conformance/Makefile.am @@ -362,7 +362,7 @@ test_php_zts_c: protoc_middleman conformance-test-runner conformance-php-c $(oth # These depend on library paths being properly set up. The easiest way to # run them is to just use "tox" from the python dir. test_python: protoc_middleman conformance-test-runner - ./conformance-test-runner --enforce_recommended --failure_list failure_list_python.txt ./conformance_python.py + ./conformance-test-runner --enforce_recommended --failure_list failure_list_python.txt --text_format_failure_list text_format_failure_list_python.txt ./conformance_python.py test_python_cpp: protoc_middleman conformance-test-runner ./conformance-test-runner --enforce_recommended --failure_list failure_list_python_cpp.txt ./conformance_python.py |
