blob: 29e9435d3f81359f3a1b81f097c07c5e54a24c5e [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.
import("//build/components.gni")
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" ]
}