kselftests: vm: add mremap tests
[linux-2.6-microblaze.git] / tools / testing / selftests / vm / run_vmtests
index 9e88377..e953f3c 100755 (executable)
@@ -253,6 +253,17 @@ else
        echo "[PASS]"
 fi
 
+echo "-------------------"
+echo "running mremap_test"
+echo "-------------------"
+./mremap_test
+if [ $? -ne 0 ]; then
+       echo "[FAIL]"
+       exitcode=1
+else
+       echo "[PASS]"
+fi
+
 echo "-----------------"
 echo "running thuge-gen"
 echo "-----------------"