HomeSort by relevance Sort by last modified time
    Searched refs:binary_tests (Results 1 - 2 of 2) sorted by null

  /external/protobuf/gtest/test/
run_tests_util.py 394 def RunTests(self, python_tests, binary_tests):
400 binary_tests: List of binary tests to run in the form of tuples
407 if python_tests or binary_tests:
413 for directory, test in binary_tests:
run_tests_util_test.py 178 binary_tests = sets.Set(map(NormalizeBinaryTestPair, results[1]))
179 return (python_tests, binary_tests)

Completed in 1014 milliseconds