Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux
[linux-2.6-microblaze.git] / tools / testing / selftests / vm / run_vmtests
index 49ece11..831adeb 100755 (executable)
@@ -86,6 +86,17 @@ else
        echo "[PASS]"
 fi
 
+echo "--------------------"
+echo "running userfaultfd"
+echo "--------------------"
+./userfaultfd 128 32
+if [ $? -ne 0 ]; then
+       echo "[FAIL]"
+       exitcode=1
+else
+       echo "[PASS]"
+fi
+
 #cleanup
 umount $mnt
 rm -rf $mnt