Legalization: Fix warnings and disable tests when spirv-tools not present

This commit is contained in:
GregF
2017-09-28 10:08:32 -06:00
parent 3ddcd3f12f
commit 52fe3d598c
2 changed files with 4 additions and 2 deletions

View File

@@ -366,6 +366,7 @@ INSTANTIATE_TEST_CASE_P(
);
// clang-format on
#ifdef ENABLE_OPT
// clang-format off
INSTANTIATE_TEST_CASE_P(
ToSpirv, HlslLegalizeTest,
@@ -378,6 +379,7 @@ INSTANTIATE_TEST_CASE_P(
FileNameAsCustomTestSuffix
);
// clang-format on
#endif
} // anonymous namespace
} // namespace glslangtest