Skip to content

flutter_root/testing requires dart runtime to be linked in separately to build embedding test. #41414

@chunhtai

Description

@chunhtai

When we build embedding unit test executable we usually have to link

"$flutter_root/testing"
"//third_party/dart/runtime:libdart_jit"

together. Otherwise, build will fail.

We should refactor flutter_root/testing or create a new target that include both group so that we do not have to explicitly link both targets.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Issues that are less important to the Flutter projecte: embedderUsers of the Embedder APIengineflutter/engine related. See also e: labels.team-engineOwned by Engine teamtriaged-engineTriaged by Engine team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions