lkml.org 
[lkml]   [2016]   [Jan]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] tools: Add a selftests_run target
Date
From: Borislav Petkov <bp@suse.de>

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@suse.de>
---
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
\
 
 \ /
  Last update: 2016-01-28 09:41    [W:0.322 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site