summaryrefslogtreecommitdiff
path: root/cppe
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2007-05-03 19:45:49 +0000
committerMark Spruiell <mes@zeroc.com>2007-05-03 19:45:49 +0000
commit03188fe58cd3b5248e5535d874fdb99ee3a260cf (patch)
treeecb70249b09b2d2a458ebacce80f4e851ea04af7 /cppe
parentUpdated gumstix testsuit sectionm (diff)
downloadice-03188fe58cd3b5248e5535d874fdb99ee3a260cf.tar.bz2
ice-03188fe58cd3b5248e5535d874fdb99ee3a260cf.tar.xz
ice-03188fe58cd3b5248e5535d874fdb99ee3a260cf.zip
minor edits
Diffstat (limited to 'cppe')
-rw-r--r--cppe/INSTALL.LINUX12
1 files changed, 6 insertions, 6 deletions
diff --git a/cppe/INSTALL.LINUX b/cppe/INSTALL.LINUX
index fa21649c7bd..d200a9d3d11 100644
--- a/cppe/INSTALL.LINUX
+++ b/cppe/INSTALL.LINUX
@@ -131,10 +131,10 @@ $ export AR=arm-linux-ar
Finally, follow the regular Ice-E build steps as described above.
-If you have python installed on your gumstix you can run the allTest.py
-script to run the testsuite. First you need to copy the compiled
-tests and testsuite scripts to your gumstix. From the Ice-E source
-distribution base directory, run the following commands:
+If you have python installed on your gumstix, you can execute the
+allTests.py script to run the test suite. First you need to copy the
+compiled tests and test suite scripts to your gumstix. From the Ice-E
+source distribution base directory, run the following commands:
$ find . -name *.o | xargs rm
$ scp -r allTests.py config lib tests <gumstix ipaddress>:<some directory>
@@ -143,8 +143,8 @@ The first command removes the object files so you don't copy them as
well. If you built Ice-E statically, there is no need to include "lib"
in the above command.
-Finally, run the testsuite by entering your chosen installation directory
-and running:
+Finally, start the test suite by changing to your chosen installation
+directory and running:
$ python allTests.py