Home
last modified time | relevance | path

Searched refs:binary_tests (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/gtest/test/
Drun_tests_util.py394 def RunTests(self, python_tests, binary_tests): argument
407 if python_tests or binary_tests:
413 for directory, test in binary_tests:
Drun_tests_util_test.py178 binary_tests = sets.Set(map(NormalizeBinaryTestPair, results[1]))
179 return (python_tests, binary_tests)