| # 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. |
| |
| zx_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", |
| ] |
| } |