blob: eec1fba2405dc64d021e58757b66d8a62e9bd481 [file] [log] [blame]
# Copyright 2020 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("running_on_bootfs_test") {
testonly = true
output_name = "running-on-bootfs-test"
sources = [ "running_on_bootfs_test.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/zxtest",
]
}
bootfs_test("running-on-bootfs-test") {
name = "running-on-bootfs-test"
deps = [ ":running_on_bootfs_test" ]
}