Skip to content

Commit 95fb77d

Browse files
committed
add object testcase for auto ci
1 parent fb27cba commit 95fb77d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/utest/kernel/object.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CONFIG_UTEST_OBJECT_TC=y
2+
3+
# dependencies
4+
CONFIG_RT_USING_CI_ACTION=y
5+
CONFIG_RT_USING_DEVICE=y
6+
CONFIG_RT_USING_SEMAPHORE=y

.github/workflows/utest_auto_run.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
config_file:
4848
- "default.cfg"
4949

50+
# kernel
51+
# - "kernel/object.cfg"
52+
5053
# cpp11
5154
# - "cpp11/cpp11.cfg"
5255

0 commit comments

Comments
 (0)