summaryrefslogtreecommitdiff
path: root/tests/cdash/cfg_site_sample.py
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/cfg_site_sample.py
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/cfg_site_sample.py')
-rw-r--r--tests/cdash/cfg_site_sample.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/cdash/cfg_site_sample.py b/tests/cdash/cfg_site_sample.py
index a73cf859..b0596427 100644
--- a/tests/cdash/cfg_site_sample.py
+++ b/tests/cdash/cfg_site_sample.py
@@ -35,6 +35,12 @@ BASE_DIR = "/root/project/pjproject"
#OPTIONS = ["-o", "out.xml", "-y"]
OPTIONS = []
+# What's the content of config_site.h
+CONFIG_SITE = ""
+
+# What's the content of user.mak
+USER_MAK = ""
+
# List of regular expression of test patterns to be excluded
EXCLUDE = []