MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / generate_tests

Function generate_tests

test/diff/diff_files/generate_tests.py:268–269  ·  view source on GitHub ↗
(diff_tool, test_names)

Source from the content-addressed store, hash-verified

266 return test_file_name
267
268def generate_tests(diff_tool, test_names):
269 return [generate_test(diff_tool, test_name) for test_name in test_names]
270
271def generate_cmake(test_files):
272 cmake = TEMPLATE_TEST_FILES_CMAKE.format(

Callers 1

mainFunction · 0.85

Calls 1

generate_testFunction · 0.85

Tested by

no test coverage detected