diff options
author | Greg Daniel <egdaniel@google.com> | 2018-03-01 11:34:59 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-03-01 17:00:24 +0000 |
commit | f3a4ef91d8d0b0ade21d2f86320f1a988816ba31 (patch) | |
tree | 63d2380dba532855792489f1643f303cc35300dc /gn | |
parent | 6250f293869d54ccef5e2af0a8e622232b5b4f73 (diff) |
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>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/tests.gni | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/tests.gni b/gn/tests.gni index 02293a0b48..50cca5487e 100644 --- a/gn/tests.gni +++ b/gn/tests.gni @@ -274,6 +274,7 @@ tests_sources = [ "$_tests/VerticesTest.cpp", "$_tests/VkClearTests.cpp", "$_tests/VkHeapTests.cpp", + "$_tests/VkMakeCopyPipelineTest.cpp", "$_tests/VkUploadPixelsTests.cpp", "$_tests/VkWrapTests.cpp", "$_tests/VptrTest.cpp", |