From c1354f05149a9290d61ff9acf39129df46d5eac5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 7 Aug 2020 20:30:39 +0200 Subject: libtest: Add T_thread_switch_record() Add support to record thread switch events. This can be used to check that a blocking operation results in the expected sequence of thread switches. Update #3199. --- cpukit/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 75e119ea3c..aa1fe5fc16 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -1874,6 +1874,7 @@ librtemstest_a_SOURCES += libtest/t-test-rtems-measure.c librtemstest_a_SOURCES += libtest/t-test-rtems-objs.c librtemstest_a_SOURCES += libtest/t-test-rtems-posix-keys.c librtemstest_a_SOURCES += libtest/t-test-time.c +librtemstest_a_SOURCES += libtest/t-test-thread-switch.c project_lib_LIBRARIES += libftpd.a -- cgit v1.2.3