blob: 5916cdca3d95364b0d40ec79de5aeea171c34a0e [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("util") {
testonly = true
sources = [
"util.cc",
"util.h",
]
deps = [
"//garnet/public/lib/gtest",
"//sdk/lib/sys/cpp/testing:unit",
"//sdk/lib/vfs/cpp",
"//src/lib/fxl/test:gtest_main",
]
}