blob: faff35bf0e1d6fd2ad7f0104ad3cc24914d90906 [file] [log] [blame]
# Copyright 2025 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/cpp/library_headers.gni")
library_headers("headers") {
headers = [ "lib/spsc_buffer/spsc_buffer.h" ]
public_deps = [ "//zircon/kernel/lib/ktl" ]
}
group("spsc_buffer") {
public_deps = [ ":headers" ]
}
group("tests") {
testonly = true
}
group("kernel-tests") {
# TODO: testonly = true
deps = [ "tests" ]
}
group("phys-tests") {
testonly = true
}
group("boot_tests") {
testonly = true
}