Sign in
webkit
/
WebKit
/
fbd7aecd32a54cc89151940f9061a558c9e21c21
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
docs
/
frontend.py
blob: 4b97e2e09589cbda5e147b7b55c5291f80f80d1a [
file
] [
log
] [
blame
]
import
subprocess
import
os
here
=
os
.
path
.
dirname
(
__file__
)
def
build
(*
args
,
**
kwargs
):
subprocess
.
check_call
([
"make"
,
"html"
],
cwd
=
here
)