summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/tools/validate
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webgpu/tests/cts/checkout/tools/validate')
-rwxr-xr-xdom/webgpu/tests/cts/checkout/tools/validate6
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/webgpu/tests/cts/checkout/tools/validate b/dom/webgpu/tests/cts/checkout/tools/validate
new file mode 100755
index 0000000000..03b3a61bb1
--- /dev/null
+++ b/dom/webgpu/tests/cts/checkout/tools/validate
@@ -0,0 +1,6 @@
+#!/usr/bin/env node
+
+// Validate several properties of test files and the tests in them.
+
+require('../src/common/tools/setup-ts-in-node.js');
+require('../src/common/tools/validate.ts');