Home
last modified time | relevance | path

Searched defs:test_exe (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/
Dmeson.build231 test_exe = executable(tname, test_c, dependencies: [orc_dep, orc_test_dep]) variable
/third_party/gstreamer/gstplugins_good/tests/check/
Dmeson.build254 test_exe = executable(tname, test_c, dependencies: [orc_dep, orc_test_dep]) variable
/third_party/gstreamer/gstplugins_bad/tests/check/
Dmeson.build251 test_exe = executable(tname, test_c, dependencies: [orc_dep, orc_test_dep]) variable
/third_party/cef/tools/automate/
Dautomate-git.py1529 test_exe = '%s.exe' % options.testtarget variable
1531 test_exe = '%s.app/Contents/MacOS/%s' % (options.testtarget, variable
1534 test_exe = options.testtarget variable
/third_party/skia/experimental/tools/
Dpdf-comparison.py53 def test_exe(cmd): function