blob: 16f3d4132650ae92e0acd51d388e70472c2cbf82 [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/googletest:gtest" ]
# TODO(fxb/58162): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}
source_set("small_tests_broken") {
testonly = true
sources = [
"mem_test.cc",
"timefuncs_test.cc",
]
deps = [ "//third_party/googletest:gtest" ]
}