blob: 868ffad271d9ef36c3e45f5016b8c7b487cce167 [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("all") {
testonly = true
public_deps = [
":modular_test_harness",
]
}
group("modular_test_harness") {
testonly = true
public_deps = [
"//peridot/bin/modular_test_harness",
]
}