summaryrefslogtreecommitdiff
path: root/tests/automated/testvars.template
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-08-27 13:27:55 +0000
committerBenny Prijono <bennylp@teluu.com>2010-08-27 13:27:55 +0000
commit27fb3d3cd5103ea814d6c62f802aef9f1292ddc6 (patch)
treeba268522b80de4bff08573116d6c0c4e1afc5bff /tests/automated/testvars.template
parenta5c285d7fd046c862ef2ba11cd8bef71786db939 (diff)
More on automated tests (re ticket:1111): work on Visual Studio target, and added ability to disable tests in configure.py
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3300 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests/automated/testvars.template')
-rw-r--r--tests/automated/testvars.template9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/automated/testvars.template b/tests/automated/testvars.template
index c9389421..e3f5cf09 100644
--- a/tests/automated/testvars.template
+++ b/tests/automated/testvars.template
@@ -6,11 +6,14 @@ HOSTNAME = "$(HOSTNAME)"
OS = "$(OS)"
PJDIR = "$(PJDIR)"
SUFFIX = "$(SUFFIX)"
+NOTEST = "$(NOTEST)"
S60 only:
------------------------------
S60TARGET = "$(S60TARGET)"
S60TARGETNAME = "$(S60TARGETNAME)"
+S60DEVICE = "$(S60DEVICE)"
+EPOCROOT = "$(EPOCROOT)"
VS only:
------------------------------
@@ -22,3 +25,9 @@ PJSUA-TESTS:
$(PJSUA-TESTS)
------------------------------
+OTHER:
+------------------------------
+IPPROOT
+IPPSAMPLES
+IPPARCH
+NOP (cmdline to do nothing)