| # 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. | |
| import("//build/components.gni") | |
| import("//build/testing/cc_test_executable.gni") | |
| cc_test_executable("ppp-tests-bin") { | |
| testonly = true | |
| output_name = "ppp-tests" | |
| deps = [ | |
| "//src/connectivity/ppp/lib/hdlc:fcs-test", | |
| "//src/connectivity/ppp/lib/hdlc:frame-test", | |
| ] | |
| } | |
| fuchsia_unittest_package("ppp-tests") { | |
| deps = [ ":ppp-tests-bin" ] | |
| } |