git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6827 8c9fc860-2736-0410-a75d-ab315db34111
@@ -1,5 +1,5 @@
# Oberon language test and validation suite
-# options --command="Compiler.Compile TesterInput.txt" --result="Oberon.Compilation.Test.Diff"
+# options --command="Compiler.Compile -p=Win32G TesterInput.txt" --result="Oberon.Compilation.Test.Diff"
# Syntax tests
# =====================================
-# options --mayTrap --prolog="Compiler.Compile TesterInput.txt" --command="SystemTools.Free Test Dummy B A;SystemTools.Load Test" --logFile="FoxExecutionTest.Log" --result="Oberon.Execution.Test.Diff"
+# options --mayTrap --prolog="Compiler.Compile -p=Win23G TesterInput.txt" --command="SystemTools.Free Test Dummy B A;SystemTools.Load Test" --logFile="FoxExecutionTest.Log" --result="Oberon.Execution.Test.Diff"
# test halt and assert statements and simple procedure call (basics for the test suite)