blob: 697d795fbdd8e10e5102aa73493b07b45692b6dc [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
source_set("x86") {
sources = [
"memcpy.S",
"memset.S",
"selector.cpp",
]
deps = [
":tests",
"$zx/kernel/lib/code_patching",
]
}
source_set("tests") {
# TODO(mcgrathr): Make this optional somehow and enable testonly taint.
#testonly = true
sources = [
"tests.cpp",
]
deps = [
"$zx/kernel/lib/unittest",
]
}