summaryrefslogtreecommitdiff
path: root/tests/cdash/README.TXT
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-01-02 18:15:07 +0000
committerBenny Prijono <bennylp@teluu.com>2009-01-02 18:15:07 +0000
commit05b6736a9a0d834194be217cafeeeab0dd73af67 (patch)
tree911e81052a95b49e837d05aaeef9b64a3a3a8b0b /tests/cdash/README.TXT
parentdc16477c2763188a1a94dcf13fb988d0713935af (diff)
Test refinements for mingw etc.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2410 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests/cdash/README.TXT')
-rw-r--r--tests/cdash/README.TXT9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/cdash/README.TXT b/tests/cdash/README.TXT
index 0d09965a..69728b73 100644
--- a/tests/cdash/README.TXT
+++ b/tests/cdash/README.TXT
@@ -43,8 +43,17 @@ site and save them as different files.
$ python main.py cfg_msvc
+ To execute tests for Symbian target:
+
+ $ python main.py cfg_symbian
+
If you have a different site configuration file, you may specify it in the
arguments, e.g.:
$ python main.py cfg_gnu my_site_config
+
+ For more information you can also pass "-h" or "--help", e.g.:
+
+ $ python main.py cfg_gnu --help
+