blob: 494286c3f239cc579a98f0a21cb65a6d3f7163d5 [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.
source_set("stack") {
testonly = true
sources = [
"stack-test.c",
]
cflags = [ "-fstack-protector-all" ]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/runtime:headers",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
]
}