Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 683becc

Browse files
johnstiles-googleSkia Commit-Bot
authored andcommitted
Migrate inliner-related tests to a separate unit-test file.
All tests are now GLSL-based instead of .fp based, for ease of readability. DEF_TESTs which called test() more than once have been split up into a separate individual DEF_TEST for each test() call, to simplify fixups going forward. Change-Id: I9202e95e9cafff3efc0c32aa3f3ca2eea04719fe Reviewed-on: https://skia-review.googlesource.com/c/skia/+/314886 Reviewed-by: Brian Osman <[email protected]> Commit-Queue: John Stiles <[email protected]> Auto-Submit: John Stiles <[email protected]>
1 parent 6ed2dcc commit 683becc

File tree

4 files changed

+1101
-1066
lines changed

4 files changed

+1101
-1066
lines changed

gn/tests.gni

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ tests_sources = [
262262
"$_tests/SkSLErrorTest.cpp",
263263
"$_tests/SkSLFPTest.cpp",
264264
"$_tests/SkSLGLSLTest.cpp",
265+
"$_tests/SkSLInlinerTest.cpp",
265266
"$_tests/SkSLInterpreterTest.cpp",
266267
"$_tests/SkSLMemoryLayoutTest.cpp",
267268
"$_tests/SkSLMetalTest.cpp",

0 commit comments

Comments
 (0)