blob: 0d208d3ed39fe3129de3fefa4640c546586fb77d [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 = [
"getpid_test.cc",
"semaphore_tests.cc",
]
deps = [
"//third_party/gtest",
]
}
source_set("small_tests_broken") {
testonly = true
sources = [
"mem_test.cc",
"timefuncs_test.cc",
]
deps = [
"//third_party/gtest",
]
}