summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/librtemstest.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-08 08:18:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:48 +0100
commitcc1c944042bcf500b7c39ecb7ce826e914722d73 (patch)
treeca486586b194c7ca54873c5069817d3d541ded50 /spec/build/cpukit/librtemstest.yml
parentscore: Add _IO_Relax() (diff)
downloadrtems-cc1c944042bcf500b7c39ecb7ce826e914722d73.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--spec/build/cpukit/librtemstest.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/build/cpukit/librtemstest.yml b/spec/build/cpukit/librtemstest.yml
index ef70d2dbe1..cba3dfcc02 100644
--- a/spec/build/cpukit/librtemstest.yml
+++ b/spec/build/cpukit/librtemstest.yml
@@ -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