blob: fe60c5818e8db11e235adbef7eb09504ca96619a [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("profile") {
output_name = "profile-test"
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "profile.cc" ]
deps = [
"//sdk/fidl/fuchsia.scheduler:fuchsia.scheduler_c",
"//sdk/lib/fdio",
"//zircon/public/lib/zx",
"//zircon/public/lib/zxtest",
"//zircon/system/ulib/profile",
]
}
bootfs_test("profile-bootfs-test") {
name = "profile-test"
deps = [ ":profile" ]
}