blob: 8947d4b9efa31600519f1df2252a0cb46c0a1ac8 [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 = [
"fdopen_test.cc",
]
deps = [
"//third_party/googletest:gtest",
]
data = [
"fdpen_testdata",
]
}