]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/testing/selftests/vm/run_vmtests
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / tools / testing / selftests / vm / run_vmtests
index 97ed1b26293fdedfdc5f0ff2361b5ef25e604532..e11968b3677ee9e8e229a8cbb7b39878afbc9485 100755 (executable)
@@ -119,4 +119,26 @@ else
        echo "[PASS]"
 fi
 
+echo "--------------------"
+echo "running on-fault-limit"
+echo "--------------------"
+sudo -u nobody ./on-fault-limit
+if [ $? -ne 0 ]; then
+       echo "[FAIL]"
+       exitcode=1
+else
+       echo "[PASS]"
+fi
+
+echo "--------------------"
+echo "running mlock2-tests"
+echo "--------------------"
+./mlock2-tests
+if [ $? -ne 0 ]; then
+       echo "[FAIL]"
+       exitcode=1
+else
+       echo "[PASS]"
+fi
+
 exit $exitcode