diff options
Diffstat (limited to 'tests/common.test')
-rw-r--r-- | tests/common.test | 6 |
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. # |