summaryrefslogtreecommitdiff
path: root/tests/readme.txt
diff options
context:
space:
mode:
authororo06 <oro06@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-02-16 18:32:25 +0000
committeroro06 <oro06@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-02-16 18:32:25 +0000
commit797c9cfd33885600933098a519cd4206ee8b0660 (patch)
treeec0b80ccb67b29fd3833fadc38d6eeb20cf70963 /tests/readme.txt
parent4de6e5563bf0152df39dfe52191d2e4278fb44a6 (diff)
downloadfpc-797c9cfd33885600933098a519cd4206ee8b0660.tar.gz
+arm-wince testsuite
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@2611 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'tests/readme.txt')
-rw-r--r--tests/readme.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/readme.txt b/tests/readme.txt
index a4d35ee9d0..7e46bb8523 100644
--- a/tests/readme.txt
+++ b/tests/readme.txt
@@ -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