Skip to content

Commit d06a963

Browse files
committed
[action][ci]ci添加wq测试用例
1 parent e2abdbf commit d06a963

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/utest/configs/kernel/ipc.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CONFIG_UTEST_MESSAGEQUEUE_TC=y
44
CONFIG_UTEST_SIGNAL_TC=y
55
CONFIG_UTEST_MUTEX_TC=y
66
CONFIG_UTEST_MAILBOX_TC=y
7+
CONFIG_UTEST_WORKQUEUE_TC=y
78
# dependencies
89
CONFIG_RT_USING_SEMAPHORE=y
910
CONFIG_RT_USING_EVENT=y

examples/utest/testcases/drivers/ipc/workqueue_tc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ static void repeat_work_test03(void)
396396
struct rt_work work;
397397
volatile int work_flag = 0;
398398
rt_err_t err;
399-
rt_tick_t start_tick, timeout_tick;
400399

401400
/* 1 priority higher than current test thread */
402401
curr_priority = get_test_thread_priority(-1);

0 commit comments

Comments
 (0)