blob: 1044ac7fe58e8887f973ebe4bb591efe0b6d94d7 [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("//src/sys/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" ]
}