Skip to content

Commit 9afa304

Browse files
committed
Modify the file name
1 parent cf89182 commit 9afa304

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

examples/utest/testcases/perf/SConscript

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ src = []
66
CPPPATH = [cwd]
77

88
if GetDepend(['UTEST_SYS_CONTEXT_SWITCH']):
9-
src += ['context_switch.c']
9+
src += ['context_switch_tc.c']
1010

1111
if GetDepend(['UTEST_SYS_IRQ_LATENCY']):
12-
src += ['irq_latency.c']
12+
src += ['irq_latency_tc.c']
1313

1414
if GetDepend(['UTEST_SYS_THREAD_SEM']):
15-
src += ['rt_perf_thread_sem.c']
15+
src += ['thread_sem_tc.c']
1616

1717
if GetDepend(['UTEST_SYS_THREAD_EVENT']):
18-
src += ['rt_perf_thread_event.c']
18+
src += ['thread_event_tc.c']
1919

2020
if GetDepend(['UTEST_SYS_THREAD_MBOX']):
21-
src += ['rt_perf_thread_mbox.c']
21+
src += ['thread_mbox_tc.c']
2222

2323
if GetDepend(['UTEST_SYS_THREAD_MQ']):
24-
src += ['rt_perf_thread_mq.c']
24+
src += ['thread_mq_tc.c']
2525

2626
group = DefineGroup('utestcases', src, depend = ['UTEST_SYS_PERF_TC'], CPPPATH = CPPPATH)
2727

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)