blob: 6e90c512f77cb3607e3f1d079ce9b178c6d68743 [file] [log] [blame]
# Copyright 2017 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 = [
"pwrite_test.cc",
]
deps = [
"//third_party/gtest",
]
}