blob: 6f1345fc4914d1ceca9e8c1a3b3418e640593a6c [file] [log] [blame]
{{- /*
--------------------------------------------------------------------------------
Template file for use with tools/src/cmd/gen to generate interpolate_attribute_test.cc
See:
* 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/core/core.def" -}}
{{- Import "src/tint/utils/templates/enums.tmpl.inc" -}}
#include "src/tint/lang/core/interpolation_sampling.h"
#include <gtest/gtest.h>
#include <string>
#include "src/tint/utils/text/string.h"
namespace tint::core {
namespace {
namespace interpolation_sampling_tests {
{{ Eval "TestParsePrintEnum" ($I.Sem.Enum "interpolation_sampling")}}
} // namespace interpolation_sampling_tests
} // namespace
} // namespace tint::core