blob: 2c22a6bc6052cb77bbb6f6fb7e378f78237eb9f7 [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("cmdline") {
sources = [
"args_parser_unittest.cpp",
]
deps = [
"$zx/system/ulib/cmdline",
"$zx/system/ulib/unittest",
]
}