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