#!/bin/csh
# 	This script will run the Callable UIL compiler test file
#	In the execution of this test the C file CallUil.c will
#	be displayed with the list utility provided in CallUil.c
#	and xlist.uil

CallUil CallUil.c

# 	End of Callable Uil test
