blob: 9e938661b55b30464057f8b73e35f0c5f45ab21d [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.
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",
]
}