blob: faafa8e7045652700d3851ac14d22ad5b3478d07 [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("bitmap") {
sources = [
"main.c",
"raw-bitmap-tests.cpp",
"rle-bitmap-tests.cpp",
]
deps = [
"$zx/system/ulib/bitmap",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}