Skip to content

Commit

Permalink
tests/c_lib: Run tests on native/posix targets
Browse files Browse the repository at this point in the history
With a few minor adjustments, these tests now run fine on native
targets.

Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
keith-packard authored and cfriedt committed Oct 26, 2023
1 parent 8780bd2 commit 51fee43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/c_lib/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
common:
tags:
- clib
filter: not CONFIG_NATIVE_APPLICATION
integration_platforms:
- mps2_an385
tests:
libraries.libc:
ignore_faults: true
filter: not (CONFIG_ARCH_POSIX and CONFIG_EXTERNAL_LIBC)
libraries.libc.picolibc:
filter: CONFIG_PICOLIBC_SUPPORTED
tags: picolibc
Expand All @@ -29,11 +27,13 @@ tests:
- CONFIG_NEWLIB_LIBC=y
- CONFIG_NEWLIB_LIBC_NANO=y
libraries.libc.minimal.strerror_table:
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
tags: minimal_libc
extra_configs:
- CONFIG_MINIMAL_LIBC=y
- CONFIG_MINIMAL_LIBC_STRING_ERROR_TABLE=y
libraries.libc.minimal.no_strerror_table:
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
tags: minimal_libc
extra_configs:
- CONFIG_MINIMAL_LIBC=y
Expand Down

0 comments on commit 51fee43

Please sign in to comment.