#!/bin/sh

if test -x $UGROOT/../fe/appl/fe2d
then
	cd $UGROOT/../fe/appl
	time ugrun fe2d 1 ugtest.scr
fi
if test -x $UGROOT/../fe/appl/fe3d
then
	cd $UGROOT/../fe/appl
	time ugrun fe3d 1 ugtest.scr
fi
if test -x $UGROOT/../ns/appl3d/ns3d
then
	cd $UGROOT/../ns/appl3d
	time ugrun ns3d 1 first_example.scr
fi
if test -x $UGROOT/../sc/appl3d/sc3d
then
	cd $UGROOT/../sc/appl3d
	time ugrun sc3d 1 test.scr
fi
if test -x $UGROOT/../simple/simple
then
	cd $UGROOT/../simple
	time ugrun simple 1 simple.scr
fi
if test -x $UGROOT/../diff2d/appl/diff2da
then
	cd $UGROOT/../diff2d/appl
	time ugrun diff2da 1 classic.scr
fi
