aboutsummaryrefslogtreecommitdiff
path: root/tests/common.test
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-20 15:31:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-20 16:10:26 +0200
commitc1dc06dfd1d329f8c6499dbe2166725ab9c35e17 (patch)
tree97449ae7263490473a833944cfeb3d889a2f580d /tests/common.test
parentb4286df8c9bafdab1934cef99ccc0506ec4555e2 (diff)
Implement bash module
Diffstat (limited to 'tests/common.test')
-rw-r--r--tests/common.test6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/common.test b/tests/common.test
index a1c9316..586e793 100644
--- a/tests/common.test
+++ b/tests/common.test
@@ -32,7 +32,11 @@ project = test
amalgamation =
EOI
-test.options += --serial-stop --quiet --buildfile -
+test.options += --serial-stop --quiet
+
+if ($null($buildfile) || !$buildfile)
+ test.options += --buildfile -
+end
# By default just load the buildfile.
#