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