[PATCH] tools: Add a selftests_run target

From: Borislav Petkov
Date: Thu Jan 28 2016 - 03:20:27 EST


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