blob: 3cac5ab528c47f63c61dcf90662aded294e71a0d [file] [log] [blame]
# Copyright 2020 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("test") {
# TODO: testonly = true
sources = [ "crashlog-tests.cc" ]
deps = [
"//zircon/kernel/lib/crashlog:headers",
"//zircon/kernel/lib/unittest",
]
}