mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
6 lines
221 B
Python
6 lines
221 B
Python
import sys
|
|
sys.path.insert(0, '../../2dcontext/tools/')
|
|
import gentestutils
|
|
from gentestutils import genTestUtils
|
|
|
|
genTestUtils('../../offscreen-canvas', '../../offscreen-canvas', 'templates.yaml', 'name2dir.yaml', True)
|