blob: e4a9c22a7c67d1b622be13a5b3bbe5a4ca1b1ed0 [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.
test("exit") {
sources = [
"exit.c",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/unittest",
]
}