[libc-commits] [libc] [libc][math] add smoke tests to shared/math.h (PR #149741)

via libc-commits libc-commits at lists.llvm.org
Sun Jul 20 17:55:15 PDT 2025


================
@@ -0,0 +1,9 @@
+add_custom_target(libc-shared-math-smoke-tests)
+
+add_fp_unittest(
+  shared_math_test
+  SUITE
+    libc-shared-math-smoke-tests
+  SRCS
+    shared_math_test.cpp
+)
----------------
lntue wrote:

Add
```
  DEPENDS
    src.__support.math.acosf
    .... all the non-utils targets in src/__support/math ...
```

https://github.com/llvm/llvm-project/pull/149741


More information about the libc-commits mailing list