blob: 7f90fb09fe71ca8ef802f04767a7bf0c6996f8f0 [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.
##########################################
# Though under //zircon, this build file #
# is meant to be used in the Fuchsia GN #
# build. #
# See fxb/36139. #
##########################################
assert(!defined(zx) || zx != "/",
"This file can only be used in the Fuchsia GN build.")
import("//build/test.gni")
import("//build/unification/zbi/bootfs_test.gni")
test("race-tests") {
output_name = "race-tests-test"
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "race-tests.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/public/lib/fbl",
"//zircon/public/lib/zxtest",
]
}
bootfs_test("race-tests-bootfs-test") {
name = "race-tests-test"
deps = [ ":race-tests" ]
}