Skip to content

Commit

Permalink
[Impeller] moved blur aiks tests to their own file (flutter#50356)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke authored Feb 5, 2024
1 parent f34c658 commit 9bd98bc
Show file tree
Hide file tree
Showing 4 changed files with 588 additions and 559 deletions.
1 change: 1 addition & 0 deletions ci/licenses_golden/excluded_files
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
../../../flutter/impeller/.clang-format
../../../flutter/impeller/.gitignore
../../../flutter/impeller/README.md
../../../flutter/impeller/aiks/aiks_blur_unittests.cc
../../../flutter/impeller/aiks/aiks_gradient_unittests.cc
../../../flutter/impeller/aiks/aiks_path_unittests.cc
../../../flutter/impeller/aiks/aiks_unittests.cc
Expand Down
1 change: 1 addition & 0 deletions impeller/aiks/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ impeller_component("context_spy") {
template("aiks_unittests_component") {
target_name = invoker.target_name
predefined_sources = [
"aiks_blur_unittests.cc",
"aiks_gradient_unittests.cc",
"aiks_path_unittests.cc",
"aiks_unittests.cc",
Expand Down
Loading

0 comments on commit 9bd98bc

Please sign in to comment.