blob: 4275602fce5c3c2ff7f0495b3451c81c767e9f4f [file] [log] [blame]
# Copyright 2022 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("hermetic_tests") {
testonly = true
deps = [
"client:calculator-client-cpp-parser-unittests",
"integration_test:calculator-integration-test-cpp",
]
}