blob: 9249f95a7c3fa9ec2b5e8387e4f4c5cc592c420b [file] [log] [blame]
# Copyright 2020 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("conformance_harness") {
testonly = true
deps = [
"rust_pseudo_fs_mt:io_conformance_harness_rust_pseudo_fs_mt",
"sdkcpp:io_conformance_harness_sdkcpp",
"ulibfs:io_conformance_harness_ulibfs",
]
}