diff options
author | yury <yury@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2007-01-17 22:37:55 +0000 |
---|---|---|
committer | yury <yury@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2007-01-17 22:37:55 +0000 |
commit | 6f024d73103ef9d81353404bfa6ae19dc5497e23 (patch) | |
tree | 63dfad54baa1b3f80b78a700804ba211461e0208 /tests/readme.txt | |
parent | 0d954b967c71816fc8d6ff7bd23863ce50acbee3 (diff) | |
download | fpc-6f024d73103ef9d81353404bfa6ae19dc5497e23.tar.gz |
* pass TEST_REMOTEPATH to emulator as "-R TEST_REMOTEPATH"
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@6034 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'tests/readme.txt')
-rw-r--r-- | tests/readme.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/readme.txt b/tests/readme.txt index fbfb48180a..89d2d3ac38 100644 --- a/tests/readme.txt +++ b/tests/readme.txt @@ -174,7 +174,9 @@ files will be removed. 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 +make TEST_FPC=ppcrossarm TEST_CPU_TARGET=arm TEST_OS_TARGET=wince TEST_OPT="-XParm-wince- -WC -Xs" TEST_REMOTEPATH=\fpctest EMULATOR=MyDisc:\My\Path\to\wcetemu.exe + +You need to create \fpctest folder on remote device before running testsuite. Result uploading ---------------- |