blob: 6c25622423a1bda417dc92f66d9295998f8896f8 (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/env node
// Crawl a suite directory (e.g. src/webgpu/) to generate a listing.js containing
// the listing of test files in the suite.
require('../src/common/tools/setup-ts-in-node.js');
require('../src/common/tools/gen_listings.ts');
|