Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in923 def find_tests(testrun, options): argument
934 testrun.addtestgroup(dirname, filenames, options)
939 testrun.addtest(p, options)
1037 testrun = TestRun(options)
1040 find_tests(testrun, options)
1042 testrun.read(options)
1044 find_tests(testrun, options)
1045 testrun.write(options)
1050 testrun.complete_outputdirs()
1051 testrun.run(options)
[all …]