blob: f0562924d78122eb7a833eb38d734cc27afdb7cb [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.cc",
]
deps = [
"$zx/system/ulib/cmdline",
"$zx/system/ulib/zxtest",
]
}