forked from Imagelibrary/rtems
libtest: Add scheduler test support
Add support to record scheduler operations. This support is especially important for tests in SMP configurations since the thread switch extension is quite difficult to use due to the asynchronous nature of thread dispatching. In contrast, the scheduler operations occur normally in a deterministic order. Update #3716.
This commit is contained in:
@@ -12,6 +12,7 @@ install:
|
||||
source:
|
||||
- cpukit/include/rtems/test.h
|
||||
- cpukit/include/rtems/test-info.h
|
||||
- cpukit/include/rtems/test-scheduler.h
|
||||
install-path: ${BSP_LIBDIR}
|
||||
links: []
|
||||
source:
|
||||
@@ -30,6 +31,7 @@ source:
|
||||
- cpukit/libtest/t-test-rtems-objs.c
|
||||
- cpukit/libtest/t-test-rtems-posix-keys.c
|
||||
- cpukit/libtest/t-test-rtems.c
|
||||
- cpukit/libtest/t-test-scheduler.c
|
||||
- cpukit/libtest/t-test-thread-switch.c
|
||||
- cpukit/libtest/t-test-time.c
|
||||
- cpukit/libtest/t-test.c
|
||||
|
||||
Reference in New Issue
Block a user