blob: 2dbe6a7af29b870c4273d36fc54945a6186da8d9 [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("perftest") {
output_name = "perf-test"
sources = [
"clock-test.cpp",
"handle-creation-test.cpp",
"malloc-test.cpp",
"memcpy-test.cpp",
"mutex-test.cpp",
"null-test.cpp",
"object-wait-test.cpp",
"results-test.cpp",
"runner-test.cpp",
"sleep-test.cpp",
"syscalls-test.cpp",
"timer-test.cpp",
]
deps = [
"$zx/system/ulib/async",
"$zx/system/ulib/async:async-cpp",
"$zx/system/ulib/async:async-default",
"$zx/system/ulib/async-loop",
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/perftest",
"$zx/system/ulib/trace",
"$zx/system/ulib/trace-engine",
"$zx/system/ulib/trace-provider",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}