aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorGreg Daniel <egdaniel@google.com>2018-03-01 11:34:59 -0500
committerHal Canary <halcanary@google.com>2018-03-01 17:20:13 +0000
commit4e8d3a4bb083f417e8720f9de0d11416f7cc2715 (patch)
tree2ca3599cc6027bedfdcd5f70dc7c014e72848a7a /gn
parent4f0c60f256c291dab9506a25b31e7a36ecb57342 (diff)
downloadskqp-4e8d3a4bb083f417e8720f9de0d11416f7cc2715.tar.gz
Add unit test the explicit tests create a GrVkCopyPipeline
Bug: skia:7663 Change-Id: I9883d903302fbbcd42f73601f49af96b6cc875ba Reviewed-on: https://skia-review.googlesource.com/111361 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Hal Canary <halcanary@google.com> (cherry picked from commit f3a4ef91d8d0b0ade21d2f86320f1a988816ba31) Reviewed-on: https://skia-review.googlesource.com/111303
Diffstat (limited to 'gn')
-rw-r--r--gn/tests.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/tests.gni b/gn/tests.gni
index e4519d9678..b218c5ce4c 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -275,6 +275,7 @@ tests_sources = [
"$_tests/VerticesTest.cpp",
"$_tests/VkClearTests.cpp",
"$_tests/VkHeapTests.cpp",
+ "$_tests/VkMakeCopyPipelineTest.cpp",
"$_tests/VkUploadPixelsTests.cpp",
"$_tests/VkWrapTests.cpp",
"$_tests/VptrTest.cpp",