From: Borislav Petkov <[email protected]> With it, you can do
$ make tools/selftests_run from the toplevel kernel repo and it'll run all selftests. Don't forget the -j. Signed-off-by: Borislav Petkov <[email protected]> --- tools/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/Makefile b/tools/Makefile index 6339f6ac3ccb..1e64385ff97a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -73,6 +73,9 @@ perf: FORCE selftests: FORCE $(call descend,testing/$@) +selftests_run: + $(call descend,testing/selftests run_tests) + turbostat x86_energy_perf_policy: FORCE $(call descend,power/x86/$@) -- 2.3.5

