We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb3f22 commit e1c1a07Copy full SHA for e1c1a07
3 files changed
examples/utest/testcases/kernel/SConscript
@@ -44,6 +44,7 @@ if GetDepend(['UTEST_MAILBOX_TC']):
44
if GetDepend(['UTEST_THREAD_TC']):
45
src += ['thread_tc.c']
46
src += ['thread_overflow_tc.c']
47
+ src += ['thread_suspend_tc.c']
48
49
if GetDepend(['UTEST_DEVICE_TC']):
50
src += ['device_tc.c']
0 commit comments