summaryrefslogtreecommitdiff
path: root/tools/testing
diff options
context:
space:
mode:
authorPeter Xu <peterx@redhat.com>2022-07-25 17:20:48 +0300
committerakpm <akpm@linux-foundation.org>2022-07-30 04:07:18 +0300
commit68deb82a7bfcf67c6491c2387215e038b525475f (patch)
treea79db702b5a4f2ec94369e012d45ccfd205e6c2d /tools/testing
parentc942f5bd17b3a520710c6b80634be5c44aaa109e (diff)
downloadlinux-68deb82a7bfcf67c6491c2387215e038b525475f.tar.xz
selftests: add soft-dirty into run_vmtests.sh
Link: https://lkml.kernel.org/r/20220725142048.30450-4-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com> Cc: Andrea Arcangeli <aarcange@redhat.com> Cc: Nadav Amit <nadav.amit@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/testing')
-rwxr-xr-xtools/testing/selftests/vm/run_vmtests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/vm/run_vmtests.sh b/tools/testing/selftests/vm/run_vmtests.sh
index 2af563a9652e..de86983b8a0f 100755
--- a/tools/testing/selftests/vm/run_vmtests.sh
+++ b/tools/testing/selftests/vm/run_vmtests.sh
@@ -190,4 +190,6 @@ then
run_test ./protection_keys_64
fi
+run_test ./soft-dirty
+
exit $exitcode