More on automated tests (re ticket:1111): work on Visual Studio target, and added ability to disable tests in configure.py

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3300 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/tests/automated/testvars.template b/tests/automated/testvars.template
index c938942..e3f5cf0 100644
--- a/tests/automated/testvars.template
+++ b/tests/automated/testvars.template
@@ -6,11 +6,14 @@
 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)
 ------------------------------
 
+OTHER:
+------------------------------
+IPPROOT
+IPPSAMPLES
+IPPARCH
+NOP (cmdline to do nothing)