blob: 817678fdf52c37656399b6c060c5fe17b9734572 [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("rtc-lib") {
sources = [
"rtc.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-rtc:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/fdio",
"$zx/system/ulib/rtc",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
]
}