tests: posix: fix tags and sections
Improve tagging and fix test names. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
390a2c4c4e
commit
8e8d6de6f7
|
@ -1,3 +1,3 @@
|
|||
tests:
|
||||
posix.clock:
|
||||
tags: core
|
||||
tags: posix
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
tests:
|
||||
posix.pthread:
|
||||
tags: core
|
||||
tags: posix
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
posix.pthread_cancel:
|
||||
posix.pthread:
|
||||
min_ram: 16
|
||||
tags: core
|
||||
tags: posix
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
tests:
|
||||
posix.pthread_equal:
|
||||
tags: core
|
||||
posix.pthread:
|
||||
tags: posix
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
tests:
|
||||
posix.pthread_join:
|
||||
tags: core
|
||||
posix.pthread:
|
||||
tags: posix
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
tests:
|
||||
posix.pthread_rwlock:
|
||||
tags: core
|
||||
posix.pthread:
|
||||
tags: posix
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
posix.semaphore:
|
||||
tags: core
|
||||
tags: posix
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
tests:
|
||||
posix.timer:
|
||||
tags: core
|
||||
tags: posix
|
||||
|
|
Loading…
Reference in New Issue