Skip to content

Commit

Permalink
[action][ci]ci添加wq测试用例
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbb666 committed Dec 31, 2024
1 parent e2abdbf commit d06a963
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions examples/utest/configs/kernel/ipc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CONFIG_UTEST_MESSAGEQUEUE_TC=y
CONFIG_UTEST_SIGNAL_TC=y
CONFIG_UTEST_MUTEX_TC=y
CONFIG_UTEST_MAILBOX_TC=y
CONFIG_UTEST_WORKQUEUE_TC=y
# dependencies
CONFIG_RT_USING_SEMAPHORE=y
CONFIG_RT_USING_EVENT=y
Expand Down
1 change: 0 additions & 1 deletion examples/utest/testcases/drivers/ipc/workqueue_tc.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ static void repeat_work_test03(void)
struct rt_work work;
volatile int work_flag = 0;
rt_err_t err;
rt_tick_t start_tick, timeout_tick;

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

0 comments on commit d06a963

Please sign in to comment.