blob: 7e1820114842d4efc560bf18d9e571b26bf88923 [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",
]
}