• Home
  • Raw
  • Download

Lines Matching +full:test +full:- +full:license

5 // Added automatically by a large-scale-change that took the approach of
6 // 'apply every license found to every target'. While this makes sure we respect
7 // every license restriction, it may not be entirely correct.
11 // Please consider splitting the single license below into multiple licenses,
13 // default license using the 'licenses: [...]' property on targets as needed.
16 // to attach the license to, and including a comment whether the files may be
19 // large-scale-change included anything that looked like it might be a license
20 // text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
23 // See: http://go/android-license-faq
24 license {
28 "SPDX-license-identifier-BSD",
29 "SPDX-license-identifier-CC0-1.0",
30 "SPDX-license-identifier-MIT",
31 "SPDX-license-identifier-PSF-2.0",
35 "LICENSE",
41 name: "fmtlib-non-test-defaults",
43 "-fno-exceptions",
47 // Unless proven to be a bad idea, let's at least have some run-time
49 "-UNDEBUG",
89 defaults: ["fmtlib-non-test-defaults"],
115 defaults: ["fmtlib-non-test-defaults"],
125 name: "fmtlib-test-defaults",
129 "test/gtest-extra.cc",
130 "test/util.cc",
134 test_suites: ["general-tests"],
137 "-fexceptions",
139 "-Wno-non-virtual-dtor",
158 defaults: ["fmtlib-test-defaults"],
160 "test/args-test.cc",
161 "test/chrono-test.cc",
162 "test/color-test.cc",
163 "test/core-test.cc",
164 "test/enforce-checks-test.cc",
165 "test/format-test.cc",
166 "test/noexception-test.cc",
167 // Some of the os-test tests deliberately try to do bad things with
169 // "test/os-test.cc",
170 "test/ranges-odr-test.cc",
171 "test/scan-test.cc",
173 // "test/std-test.cc",
174 "test/unicode-test.cc",
175 "test/xchar-test.cc",
179 // This one needs to be separate because some of the test names overlap with
183 defaults: ["fmtlib-test-defaults"],
185 "test/ostream-test.cc",
186 "test/printf-test.cc",
192 defaults: ["fmtlib-test-defaults"],
194 "test/ranges-test.cc",