blob: 7f56004515364c45cf40805fea3ca53a949dd761 [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.cpp",
]
cflags = [ "-fstack-protector-all" ]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/runtime:headers",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
]
}