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.