Sign in
chromium
/
external
/
github.com
/
gpuweb
/
cts
/
refs/heads/glsl-dependent
/
.
/
src
/
webgpu
/
listing.ts
blob: 2d6f4cf8ecf3cc8143ddc53c3c6ebc4d032748ce [
file
] [
log
] [
blame
] [
edit
]
import
{
TestSuiteListing
}
from
'../common/framework/test_suite_listing.js'
;
import
{
makeListing
}
from
'../common/tools/crawl.js'
;
export
const
listing
:
Promise
<
TestSuiteListing
>
=
makeListing
(
__filename
);