Skip to content

Commit 7872928

Browse files
committed
tests: lib: move time testsuite to c_lib
Presumably the time testsuite was separate from the c library set of testsuites because it had a depedency on POSIX. Since that dependency no longer exists, colocate the time testsuite with the other c library testsuites. Signed-off-by: Chris Friedt <[email protected]>
1 parent 7e5d43f commit 7872928

File tree

6 files changed

+1
-5
lines changed

6 files changed

+1
-5
lines changed

MAINTAINERS.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2556,7 +2556,6 @@ Utilities:
25562556
- tests/unit/list/
25572557
- tests/unit/intmath/
25582558
- tests/unit/pot/
2559-
- tests/lib/time/
25602559
- tests/lib/onoff/
25612560
- tests/lib/sys_util/
25622561
- tests/lib/sprintf/
File renamed without changes.

tests/lib/c_lib/time/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_ZTEST=y
File renamed without changes.
File renamed without changes.

tests/lib/time/prj.conf

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)