• Paul Yang's avatar
    Add source dependency of test suite implementation to main function (#5069) · 5aeee3dc
    Paul Yang authored
    * Fix conformance running nothing issue
    
    This change adds a source dependency of the test suite implementaion
    class in the main function. For generality reason, the main function is
    moved to the file of the test suite implemetation.  New test suite
    implementation will need to implement the main function.
    In order to make it easy for test suite implementation to implement the
    main function, this change also refactor out the common code out of the
    main function.
    
    * Fix typo
    5aeee3dc
Name
Last commit
Last update
..
third_party/jsoncpp Loading commit data...
ConformanceJava.java Loading commit data...
ConformanceJavaLite.java Loading commit data...
Makefile.am Loading commit data...
README.md Loading commit data...
autoload.php Loading commit data...
conformance.proto Loading commit data...
conformance_cpp.cc Loading commit data...
conformance_nodejs.js Loading commit data...
conformance_objc.m Loading commit data...
conformance_php.php Loading commit data...
conformance_python.py Loading commit data...
conformance_ruby.rb Loading commit data...
conformance_test.cc Loading commit data...
conformance_test.h Loading commit data...
conformance_test_impl.cc Loading commit data...
conformance_test_runner.cc Loading commit data...
failure_list_cpp.txt Loading commit data...
failure_list_csharp.txt Loading commit data...
failure_list_java.txt Loading commit data...
failure_list_js.txt Loading commit data...
failure_list_objc.txt Loading commit data...
failure_list_php.txt Loading commit data...
failure_list_php_c.txt Loading commit data...
failure_list_php_zts_c.txt Loading commit data...
failure_list_python-post26.txt Loading commit data...
failure_list_python.txt Loading commit data...
failure_list_python_cpp.txt Loading commit data...
failure_list_ruby.txt Loading commit data...
update_failure_list.py Loading commit data...