blob: de6cc9f6bd1d973b5dd0afa03d73487f98f56ece [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") {
sources = [
"getpid_test.cc",
]
deps = [
"//third_party/gtest",
]
}