mirror of
https://github.com/servo/servo.git
synced 2025-10-16 08:20:22 +01:00
4 lines
228 B
Python
4 lines
228 B
Python
from gentestutils import genTestUtils
|
|
|
|
genTestUtils('../element', '../element', 'templates.yaml', 'name2dir.yaml', False)
|
|
genTestUtils('../offscreen', '../offscreen', 'templates-offscreen.yaml', 'name2dir-offscreen.yaml', True)
|