blob: ae05110f7b698322f99cf12d400f89b8dcfe75f3 [file] [log] [blame]
# Copyright 2021 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.
source_set("bad-segsel") {
testonly = true
configs += [ "//build/config:all_source" ]
sources = [ "bad-segsel.cc" ]
deps = [ "//zircon/system/ulib/zxtest" ]
}