blob: 462b3e850a1edc848b78fe0d79a5b5021554754f [file] [log] [blame]
# Top-level group for xi dart tests. To build tests, this must be
# included in the dart_unittests group in //topaz/BUILD.gn.
# Additionally, each referenced `dart_test` target must be listed in
# //topaz/packages/tests/dart_unittests
group("dart_unittests") {
testonly = true
deps = [
"//topaz/lib/xi/fuchsia_client:xi_fuchsia_client_tests($host_toolchain)",
]
}