+arm-wince testsuite

git-svn-id: trunk@2611 -
This commit is contained in:
oro06 2006-02-16 18:32:25 +00:00
parent a977fc06cc
commit 57d7f70414
6 changed files with 8 additions and 1 deletions

3
.gitattributes vendored
View File

@ -5434,6 +5434,9 @@ tests/test/cg/obj/tcext4.c -text
tests/test/cg/obj/win32/i386/ctest.o -text
tests/test/cg/obj/win32/i386/tcext3.o -text
tests/test/cg/obj/win32/i386/tcext4.o -text
tests/test/cg/obj/wince/arm/ctest.o -text
tests/test/cg/obj/wince/arm/tcext3.o -text
tests/test/cg/obj/wince/arm/tcext4.o -text
tests/test/cg/ptest.pp svneol=native#text/plain
tests/test/cg/taddbool.pp svneol=native#text/plain
tests/test/cg/taddcard.pp svneol=native#text/plain

View File

@ -156,7 +156,6 @@ make TEST_FPC=~/fpc/compiler/ppcrossarm TEST_OPT=-XParm-linux- EMULATOR=qemu-arm
make TEST_FPC=~/fpc/compiler/ppcrossarm TEST_OPT=-XParm-linux- EMULATOR=qemu-arm \
digest DBDIGESTOPT="-C qemu-arm" USESQL=YES
Example cross testing of target MacOS with driver Darwin
--------------------------------------------------------
NOTE Today it is possible to run the test suite MacOS native.
@ -172,3 +171,7 @@ files will be removed.
make clean TEST_OS_TARGET=macos USEUNITDIR=/Projekt/Freepascal/fpc/rtl/macos
Example cross testing of target arm-wince
-----------------------------------------
//arm-wince example : see FPCTRUNK\DEMO\WINCE\TESTEMU\ for additional required tools
make TEST_FPC=ppcrossarm TEST_CPU_TARGET=arm TEST_OS_TARGET=wince TEST_OPT="-XParm-wince-pe- -WC" EMULATOR=MyDisc:\My\Path\to\wcetemu.exe

View File

@ -19,3 +19,4 @@ NetBSD-m68k : GCC 2.95.3 on NetBSD elf 1.6
Macos-powerpc : MrC C Compiler 4.1.0f1c1 for MPW (dont know yet if it
can be used with FPC, but at least ctest.c compiles)
wince 4.21 : GCC 3.3.1 (can't use eVC, LONG LONG not supported)

Binary file not shown.

Binary file not shown.

Binary file not shown.