blob: 73dfc7c4aac7faea6a25d3d2dcda975119ee2160 [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.
source_set("header_tests") {
sources = [
"pow2_tests.cpp",
]
deps = [
"$zx/kernel/lib/unittest",
]
}