xref: /third_party/musl/libc-test/src/math/BUILD.gn
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/libc-test/src/math/
1570af302Sopenharmony_ciimport("../../test_template.gni")
2570af302Sopenharmony_ciimport("test_src_math.gni")
3570af302Sopenharmony_ci
4570af302Sopenharmony_ciforeach(s, math_list) {
5570af302Sopenharmony_ci  test_unittest(s) {
6570af302Sopenharmony_ci    target_dir = "math"
7570af302Sopenharmony_ci  }
8570af302Sopenharmony_ci}
9570af302Sopenharmony_ci
10570af302Sopenharmony_cigroup("math_test") {
11570af302Sopenharmony_ci  testonly = true
12570af302Sopenharmony_ci  deps = []
13570af302Sopenharmony_ci
14570af302Sopenharmony_ci  foreach(s, math_list) {
15570af302Sopenharmony_ci    deps += [ ":${s}" ]
16570af302Sopenharmony_ci  }
17570af302Sopenharmony_ci}
18

Indexes created Thu Nov 07 10:32:03 CST 2024