#!/bin/csh
#
# Run this file to test your SmallEiffel compiler.
#
# Printed Output should be the same as the file
# SmallEiffel/misc/self_test.good_output
#
foreach flag (-boost -no_check -require_check -ensure_check\
	      -invariant_check -loop_check -all_check)
	set d=${SmallEiffel}
	${d}/misc/basic_test ${flag}
end
echo Self Test of compile/compile_to_c Done.
