blob: 0fb1e9eb7f0ae0d9fdf73b4a7c5f081282f0610c [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 = [
"c_pow.cc",
"cxx_pow.cc",
"float.cc",
"float_math.cc",
"float_remainder.cc",
"math_printf.cc",
"misc_math.cc",
"sincos_test.cc",
]
deps = [
"//third_party/googletest:gtest",
]
}