diff options
author | Paul E. McKenney <paulmck@linux.ibm.com> | 2019-04-11 14:51:13 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.ibm.com> | 2019-05-28 09:06:09 -0700 |
commit | 2456a8562b296453b4cdce8b6928e3f91e39fefc (patch) | |
tree | 170d8e68fff950ae68a8bfd51984483097182bef /tools/testing/selftests/rcutorture | |
parent | 63b29eaed6f57c27639b2954ac1f202409840abf (diff) | |
download | blackbird-op-linux-2456a8562b296453b4cdce8b6928e3f91e39fefc.tar.gz blackbird-op-linux-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>
Diffstat (limited to 'tools/testing/selftests/rcutorture')
-rw-r--r-- | tools/testing/selftests/rcutorture/Makefile | 3 |
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 ) |