tests: posix: single_process: correct typo and filter
What looks to be a copy-paste typo was not caught in code review. Change .rwlocks to nothing and move the filter to the common area. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
da713a2b86
commit
932e8708b1
1 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@ common:
|
||||||
platform_key:
|
platform_key:
|
||||||
- arch
|
- arch
|
||||||
- simulation
|
- simulation
|
||||||
|
min_flash: 64
|
||||||
|
min_ram: 32
|
||||||
tests:
|
tests:
|
||||||
portability.single_process.rwlocks:
|
portability.single_process: {}
|
||||||
min_flash: 64
|
|
||||||
min_ram: 32
|
|
||||||
portability.posix.single_process.minimal:
|
portability.posix.single_process.minimal:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_MINIMAL_LIBC=y
|
- CONFIG_MINIMAL_LIBC=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue