Skip to content

Commit

Permalink
[Impeller] pulled out the path unit tests to their own file (flutter#…
Browse files Browse the repository at this point in the history
…49499)

issue: flutter/flutter#140106
tests: refactor of code

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
  • Loading branch information
gaaclarke authored Jan 3, 2024
1 parent bf979d2 commit bf232c4
Show file tree
Hide file tree
Showing 4 changed files with 398 additions and 375 deletions.
1 change: 1 addition & 0 deletions ci/licenses_golden/excluded_files
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
../../../flutter/impeller/.gitignore
../../../flutter/impeller/README.md
../../../flutter/impeller/aiks/aiks_gradient_unittests.cc
../../../flutter/impeller/aiks/aiks_path_unittests.cc
../../../flutter/impeller/aiks/aiks_unittests.cc
../../../flutter/impeller/aiks/aiks_unittests.h
../../../flutter/impeller/aiks/canvas_recorder_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 @@ template("aiks_unittests_component") {
target_name = invoker.target_name
predefined_sources = [
"aiks_gradient_unittests.cc",
"aiks_path_unittests.cc",
"aiks_unittests.cc",
"aiks_unittests.h",
]
Expand Down
Loading

0 comments on commit bf232c4

Please sign in to comment.