Skip to content

Commit 0bb1e04

Browse files
authored
[libc] Revise document on building exhaustive math functions. (#149635)
I suspect the reason is that we use `add_fp_unittest` in exhaustive testing, so the suffix `__unit__` is necessary.
1 parent bdbc098 commit 0bb1e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/src/math/docs/add_math_function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ implementation (which is very often glibc).
183183

184184
- Build and Run exhaustive test (might take hours to run):
185185
```
186-
$ ninja libc.test.src.math.exhaustive.<func>_test
187-
$ projects/libc/test/src/math/exhaustive/libc.test.src.math.exhaustive.<func>_test
186+
$ ninja libc.test.src.math.exhaustive.<func>_test.__unit__
187+
$ projects/libc/test/src/math/exhaustive/libc.test.src.math.exhaustive.<func>_test.__unit__
188188
```
189189

190190
- Build and Run performance test:

0 commit comments

Comments
 (0)