blob: 3e8f9da091211b50efbfba8dda20f053314ddb7b [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 = [
"inet.cc",
"memcpy_move_set.cc",
"posix_memalign.cc",
"strtoll.cc",
"strtoull.cc",
"wcstoll.cc",
]
deps = [
"//third_party/gtest",
]
}
source_set("large_tests") {
testonly = true
sources = [
"malloc_realloc_calloc_free.cc",
]
deps = [
"//third_party/gtest",
]
}
source_set("small_tests_broken") {
testonly = true
sources = [
"timezone.cc",
]
deps = [
"//third_party/gtest",
]
}