| # 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. | |
| group("drivers") { | |
| deps = [ "drivers/serial-ppp" ] | |
| } | |
| group("tests") { | |
| testonly = true | |
| deps = [ | |
| "drivers/serial-ppp:tests", | |
| "lib:tests", | |
| "lib/ppp_packet:ppp-packet-tests", | |
| "lib/ppp_protocol:ppp-protocol-tests", | |
| ] | |
| } | |
| group("ppp") { | |
| deps = [ ":drivers" ] | |
| } |