#!/bin/sh
# 
#	This shell script will run the interactive Mrm test script
#	followed by the noninteractive test script.
#

#	the interactive test script
run_int

#	the noninteractive test script
run_nonint

echo "All Mrm tests have completed."
echo ""

#
#  End Run script
#
