From: Borislav Petkov <bp@xxxxxxx> 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 <bp@xxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html