2
0
Эх сурвалжийг харах

Updated compilation options for compiler tests.

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6827 8c9fc860-2736-0410-a75d-ab315db34111
eth.tmartiel 9 жил өмнө
parent
commit
86e1d43b43

+ 1 - 1
source/Oberon.Compilation.Test

@@ -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
 # =====================================

+ 1 - 1
source/Oberon.Execution.Test

@@ -1,5 +1,5 @@
 # Oberon language test and validation suite
-# 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)