blob: 6e75d6cc2aac3cfab92a6a8875f6d9892d534f76 [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("kernel-cmdline") {
sources = [
"kernel_cmdline_test.cc",
]
deps = [
"$zx/kernel/lib/cmdline",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zxtest",
]
}