| -------------------------------------------------------------------------------- |
| Template file for use with tools/src/cmd/gen to generate extension_test.cc |
| * tools/src/cmd/gen for structures used by this template |
| * https://golang.org/pkg/text/template/ for documentation on the template syntax |
| -------------------------------------------------------------------------------- |
| {{- $I := LoadIntrinsics "src/tint/lang/wgsl/wgsl.def" -}} |
| {{- Import "src/tint/utils/templates/enums.tmpl.inc" -}} |
| {{- $enum := ($I.Sem.Enum "extension") -}} |
| #include "src/tint/lang/wgsl/extension.h" |
| #include "src/tint/utils/text/string.h" |
| {{ Eval "TestParsePrintEnum" $enum}} |
| } // namespace tint::wgsl |