diff options
Diffstat (limited to 'testing/web-platform/tests/serve')
-rwxr-xr-x | testing/web-platform/tests/serve | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/web-platform/tests/serve b/testing/web-platform/tests/serve new file mode 100755 index 000000000..51761b02c --- /dev/null +++ b/testing/web-platform/tests/serve @@ -0,0 +1,5 @@ +#!/usr/bin/env python +import serve + +if __name__ == "__main__": + serve.main() |