In order to run the tests, invoke as root: | |
make check | |
If you want the test suite to continue when one error has been found, do: | |
make -k check | |
If you want to run a subset of the tests, do: | |
make -C sched_mc check | |
make -C cpufreq check | |
For running cpuidle-stats test, which is 4th subtest in cpuidle; run: | |
make -C cpuidle check TEST=4 | |
Note: Any other value for TEST will not run any other subtest |