Home
last modified time | relevance | path

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

/art/test/testrunner/
Dtestrunner.py292 def run_tests(tests): function
974 test_runner_thread = threading.Thread(target=run_tests, args=(user_requested_test,))
976 test_runner_thread = threading.Thread(target=run_tests, args=(RUN_TEST_SET,))