blob: d906fe048f38ad4f6dc805c9bb503ad29b7197f2 [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/googletest:gtest",
]
}
source_set("large_tests") {
testonly = true
sources = [
"malloc_realloc_calloc_free.cc",
]
deps = [
"//third_party/googletest:gtest",
]
}
source_set("small_tests_broken") {
testonly = true
sources = [
"timezone.cc",
]
deps = [
"//third_party/googletest:gtest",
]
}