blob: e2c173e0be2f80360f3d8ade74820a87a4cf4187 [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.
test("fallback-rtc") {
output_name = "fallback-rtc"
test_group = "ddk"
sources = [
"fallback-rtc-test.cc",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-rtc:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/devmgr-integration-test",
"$zx/system/ulib/driver-integration-test",
"$zx/system/ulib/fdio",
"$zx/system/ulib/rtc",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}