summaryrefslogtreecommitdiffstats
path: root/rules/rt-tests.in
blob: bf8f38e2d724ec4f039086eebed9305f05690232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
## SECTION=test_suites
menuconfig RT_TESTS
	tristate
	select GLIBC
	select LIBC_PTHREAD
	select LIBC_RT
	prompt "rt-tests"
	help
	  FIXME

if RT_TESTS

config RT_TESTS_CYCLICTEST
	bool
	prompt "cyclictest"
	help
	  cyclictest is a benchmark program that can be used to find
	  worst case realtime latencies.

config RT_TESTS_SIGNALTEST
	bool
	prompt "signaltest"
	help
	  signal test program

config RT_TESTS_CLASSICPI
	bool
	prompt "classic_pi"
	help
	  priority inheritance test

config RT_TESTS_PI_STRESS
	bool
	prompt "pi_stress"
	help
	  priority inheritance stress test

endif