blob: f066dba831550b1da9e436d3cc503d48beaafebd [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.
import("$zx/public/gn/test/zbi_test.gni")
# Prints out the status of syscalls used to confirm them being disabled.
zx_executable("syscall-check") {
sources = [
"main.cc",
]
deps = [
"$zx/system/ulib/zircon",
"$zx/system/ulib/fdio",
]
}