nuttx-apps/testing/arch_libc/README.md
XinStellaris 7ab1f2a957 Add Arch-specific libc test case.
Signed-off-by: XinStellaris <tianxin7@xiaomi.com>
2023-03-17 11:59:13 -03:00

14 lines
620 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Testing / `arch_libc` Arch-specific libc Test
This is a test for arch-specific libc function. Arch-specific libc functions are often implemented in
assembly language, here is the test for these functions. The test focuses on key features in assembly
language, including aligned access, speed, callee saved register check and so on.
Currently, the test only contains a subset of possible arch-specific libc functions. You are welcomed
to put more cases here.
- `CONFIG_TESTING_ARCH_LIBC` Enable the test.
- `CONFIG_TESTING_ARCH_LIBC_XXXXX` Enable test for function XXXXX.
EXAMPLE
arch_libc - Run the test.