summaryrefslogtreecommitdiff
path: root/tests/automated/testvars.template
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-03-27 07:49:18 +0000
committerBenny Prijono <bennylp@teluu.com>2010-03-27 07:49:18 +0000
commitfacb259a9ea6415daa5a8eb4130d459f194d06eb (patch)
tree1cd20c28649f655ed9ed8581a93428ecb8553265 /tests/automated/testvars.template
parent7382a4970d5590b13c829d984ba24a705e265267 (diff)
More #1041 (Unit test):
- Initial work for Symbian targets git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3125 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests/automated/testvars.template')
-rw-r--r--tests/automated/testvars.template24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/automated/testvars.template b/tests/automated/testvars.template
new file mode 100644
index 00000000..c9389421
--- /dev/null
+++ b/tests/automated/testvars.template
@@ -0,0 +1,24 @@
+Variables:
+-----------------------------
+DISABLED = "$(DISABLED)"
+GCC = "$(GCC)"
+HOSTNAME = "$(HOSTNAME)"
+OS = "$(OS)"
+PJDIR = "$(PJDIR)"
+SUFFIX = "$(SUFFIX)"
+
+S60 only:
+------------------------------
+S60TARGET = "$(S60TARGET)"
+S60TARGETNAME = "$(S60TARGETNAME)"
+
+VS only:
+------------------------------
+VS = "$(VS)"
+VSTARGET = "$(VSTARGET)"
+
+PJSUA-TESTS:
+------------------------------
+$(PJSUA-TESTS)
+------------------------------
+