From c1dc06dfd1d329f8c6499dbe2166725ab9c35e17 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Jul 2018 15:31:13 +0200 Subject: Implement bash module --- tests/common.test | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/common.test') 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. # -- cgit v1.1