servo/tests/wpt/web-platform-tests/offscreen-canvas/tools/gentest.py

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)