Skip to content

Commit

Permalink
Fix Bazel test targets
Browse files Browse the repository at this point in the history
Follow-up to https://skia-review.googlesource.com/c/skia/+/667296

Change-Id: I5169cf7a93f15f6f6fcdf2d9900fbda4efc62ccf
Bug: skia:13983
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/669856
Reviewed-by: Herb Derby <[email protected]>
  • Loading branch information
kjlubick committed Apr 12, 2023
1 parent 8554018 commit 62b95b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,11 @@ skia_cpu_tests(
skia_ganesh_tests(
name = "debugger_tests",
extra_deps = ["//tools/debugger"],
flags = {
"include_encoder": [
"png_encode_codec",
],
},
harness = ":tests_base",
tests = DEBUGGER_TESTS,
)
Expand All @@ -555,6 +560,11 @@ skia_ganesh_tests(

skia_ganesh_tests(
name = "ganesh_tests",
flags = {
"include_encoder": [
"png_encode_codec",
],
},
harness = ":tests_base",
resources = ["//resources"],
tests = GANESH_TESTS,
Expand Down

0 comments on commit 62b95b6

Please sign in to comment.