blob: a55b5738b26f0b9f60660894f8a32b4a8240461c [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config.gni")
group("overnet") {
testonly = true
deps = [ "lib" ]
}
group("tests") {
testonly = true
deps = [ ":tests_no_e2e" ]
}
group("tests_no_e2e") {
testonly = true
assert_no_deps = e2e_test_libs
deps = [
"lib:tests",
"tests:tests_no_e2e",
"usb:tests",
]
}