blob: 32b5aa4e215545281999de92c86b2af56f13bb8f [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.
group("test") {
testonly = true
deps = [
":inspect",
]
}
test("inspect") {
test_group = "sys"
sources = [
"health_unittest.cc",
"heap_unittest.cc",
"inspect_unittest.cc",
"scanner_unittest.cc",
"snapshot_unittest.cc",
"state_unittest.cc",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/fzl",
"$zx/system/ulib/inspect",
"$zx/system/ulib/pretty",
"$zx/system/ulib/zxtest",
]
}