|
@@ -8,7 +8,7 @@ CPPPATH = [cwd]
|
|
|
if GetDepend(['UTEST_SMP_SPINLOCK_TC']):
|
|
if GetDepend(['UTEST_SMP_SPINLOCK_TC']):
|
|
|
src += ['smp_spinlock_tc.c']
|
|
src += ['smp_spinlock_tc.c']
|
|
|
|
|
|
|
|
-if GetDepend(['UTEST_SMP_ASSIGNED_IDLE_CORE_TC']):
|
|
|
|
|
|
|
+if GetDepend(['RT_UTEST_SMP_ASSIGNED_IDLE_CORE']):
|
|
|
src += ['smp_assigned_idle_cores_tc.c']
|
|
src += ['smp_assigned_idle_cores_tc.c']
|
|
|
|
|
|
|
|
if GetDepend(['UTEST_SMP_INTERRUPT_PRI_TC']):
|
|
if GetDepend(['UTEST_SMP_INTERRUPT_PRI_TC']):
|