blob: 29a0db1c719aff4d285108369ee9326de3724bfd [file]
# Copyright 2023 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.
executable("thread_spawner") {
testonly = true
sources = [ "main.cc" ]
deps = [
"//sdk/lib/syslog/cpp",
"//zircon/system/ulib/zx",
]
}