blob: 5e0966c431fd9ac9407359dae73e65eb37163f7e [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.cc",
]
deps = [
"$zx/kernel/lib/unittest",
]
}