blob: 89e01f21279d026ee1865cfa1ff09fd568599242 [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("race-tests") {
output_name = "race-tests-test"
sources = [ "race-tests.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/zxtest",
]
}
bootfs_test("race-tests-bootfs-test") {
name = "race-tests-test"
deps = [ ":race-tests" ]
}