Commit 2456a856 authored by Paul E. McKenney's avatar Paul E. McKenney

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: default avatarShuah Khan <shuah@kernel.org>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.ibm.com>
parent 63b29eae
# SPDX-License-Identifier: GPL-2.0+
all:
( cd ../../../..; tools/testing/selftests/rcutorture/bin/kvm.sh --duration 10 --configs TREE01 )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment