blob: f90aee7762190e2ea591975115cbf59149ea7f5a [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/test.gni")
import("//build/testing/bootfs_test.gni")
test("time") {
output_dir = "$root_out_dir/zircon-migrated"
sources = [ "time_test.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/zxtest",
]
}
bootfs_test("time-bootfs-test") {
name = "time"
deps = [ ":time" ]
}