DOS Batch File | 1997-04-13 | 372 b | 9 lines | [TEXT/ttxt]
rem
rem Run this file to test your SmallEiffel compiler.
rem
rem Printed Output should be the same as the file
rem SmallEiffel/misc/self_test.good_output
rem
for %%flag in (-boost -no_check -require_check -ensure_check -invariant_check -loop_check -all_check -debug_check) do call %SmallEiffel%\misc\basic_test %flag%