Home
last modified time | relevance | path

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

/titanic_41/usr/src/test/test-runner/cmd/
H A Drun.py726 def find_tests(testrun, options): argument
737 testrun.addtestgroup(dirname, filenames, options)
740 testrun.addtest(os.path.join(dirname, f), options)
742 testrun.addtest(p, options)
820 testrun = TestRun(options)
823 find_tests(testrun, options)
825 testrun.read(testrun.logger, options)
827 find_tests(testrun, options)
828 testrun.write(options)
833 testrun.complete_outputdirs(options)
[all …]