blob: 94cd9392bb60b48dd8fc35a6cc23b1b72f2acfec [file] [log] [blame]
# Copyright 2016 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("small_tests") {
testonly = true
sources = [
"file.cc",
]
deps = [
"//third_party/googletest:gtest",
]
}