summaryrefslogtreecommitdiff
path: root/tests/cdash/cfg_site_sample.py
diff options
context:
space:
mode:
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 = []