blob: ba69416262f1821a5394aa431b2715c2e4309140 [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("modular") {
testonly = true
deps = [
":benchmarks",
":tests",
"bundles",
]
}
group("tests") {
testonly = true
deps = [
"tests", # tests/ directory
"//sdk/lib/modular/testing/cpp:modular_testing_cpp_tests",
]
}
group("benchmarks") {
testonly = true
deps = [
"benchmarks", # benchmarks/ directory
]
}