blob: 3c1cf31b918dc599cc3fde3fb2462cdcbaa9a512 [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.
test("inspect-vmo") {
sources = [
"heap_tests.cpp",
"inspect_tests.cpp",
"scanner_tests.cpp",
"snapshot_tests.cpp",
"state_tests.cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fzl",
"$zx/system/ulib/inspect-vmo",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}