浏览代码

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 年之前
父节点
当前提交
86e1d43b43
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      source/Oberon.Compilation.Test
  2. 1 1
      source/Oberon.Execution.Test

+ 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)