mirror of
https://github.com/servo/servo.git
synced 2025-10-10 05:20:19 +01:00
8 lines
358 B
Python
8 lines
358 B
Python
from gentestutils import genTestUtils
|
|
from gentestutilsunion import genTestUtils_union
|
|
|
|
genTestUtils('../element', '../element', 'templates.yaml',
|
|
'name2dir-canvas.yaml', False)
|
|
genTestUtils('../offscreen', '../offscreen', 'templates.yaml',
|
|
'name2dir-offscreen.yaml', True)
|
|
genTestUtils_union('templates-new.yaml', 'name2dir.yaml')
|