From a9de760a217cf48c974d6c51b4ba88f08c269bbe Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Fri, 19 Jan 2018 13:08:23 -0500 Subject: SkQP: replace blacklist with: DoNotExecuteInExperimentalMode and NoScoreInCompatibilityTestMode Also clean up some things, fix docs, whitelist. Change-Id: I2818d973978ffe1b8ce0cc9c69f8d91ab4a0ef22 Reviewed-on: https://skia-review.googlesource.com/91805 Reviewed-by: Hal Canary Commit-Queue: Hal Canary --- BUILD.gn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index f6ae98a435..50bf17f79b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1812,6 +1812,26 @@ if (skia_enable_tools) { } } + test_app("list_gms") { + sources = [ + "tools/list_gms.cpp", + ] + deps = [ + ":gm", + ":skia", + ] + } + test_app("list_gpu_unit_tests") { + sources = [ + "dm/DMGpuTestProcs.cpp", + "tools/list_gpu_unit_tests.cpp", + ] + deps = [ + ":skia", + ":tests", + ] + } + if (skia_enable_gpu) { test_lib("sk_app") { public_include_dirs = [ "tools/sk_app" ] -- cgit v1.2.3