aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.ibm.com>2019-04-11 14:51:13 -0700
committerPaul E. McKenney <paulmck@linux.ibm.com>2019-05-28 09:06:09 -0700
commit2456a8562b296453b4cdce8b6928e3f91e39fefc (patch)
tree170d8e68fff950ae68a8bfd51984483097182bef
parenttorture: Make kvm-find-errors.sh and kvm-recheck.sh provide exit status (diff)
downloadlinux-dev-2456a8562b296453b4cdce8b6928e3f91e39fefc.tar.xz
linux-dev-2456a8562b296453b4cdce8b6928e3f91e39fefc.zip
rcutorture: Provide rudimentary Makefile
This commit provides a rudimentary Makefile that runs a 10-minute rcutorture test on scenario TREE01. This must be run on a system capable of spawning virtual machines and with everything installed to permit building Linux kernels. Reported-by: Shuah Khan <shuah@kernel.org> Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
-rw-r--r--tools/testing/selftests/rcutorture/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/Makefile b/tools/testing/selftests/rcutorture/Makefile
new file mode 100644
index 000000000000..5202dc666206
--- /dev/null
+++ b/tools/testing/selftests/rcutorture/Makefile
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: GPL-2.0+
+all:
+ ( cd ../../../..; tools/testing/selftests/rcutorture/bin/kvm.sh --duration 10 --configs TREE01 )