Browse Source

* enabled tests for ppc64 and x86_64

git-svn-id: trunk@19610 -
Jonas Maebe 13 years ago
parent
commit
0c69afa816

+ 1 - 1
tests/test/packages/cocoaint/tobjcnh1.pp

@@ -1,5 +1,5 @@
 { %target=darwin }
 { %target=darwin }
-{ %cpu=powerpc,i386 }
+{ %cpu=powerpc,i386,powerpc64,x86_64 }
 
 
 {$mode objfpc}{$H+}
 {$mode objfpc}{$H+}
 {$modeswitch objectivec1}
 {$modeswitch objectivec1}

+ 1 - 1
tests/test/packages/cocoaint/tvarpara.pp

@@ -1,5 +1,5 @@
 { %target=darwin }
 { %target=darwin }
-{ %cpu=powerpc,i386 }
+{ %cpu=powerpc,i386,powerpc64,x86_64 }
 
 
 {$mode objfpc}{$H+}
 {$mode objfpc}{$H+}
 {$modeswitch objectivec1}
 {$modeswitch objectivec1}