From 91495e646c688eade6b46f21bb40e3da8b8d6f1a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Jan 2017 08:21:53 +0200 Subject: Implement automatic loading of directory buildfiles Now instead of explicitly writing: d = foo/ bar/ ./: $d include $d We can (usually) just write: ./: foo/ bar/ --- tests/common.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/common.test') diff --git a/tests/common.test b/tests/common.test index 2311ae1..d495da0 100644 --- a/tests/common.test +++ b/tests/common.test @@ -15,6 +15,6 @@ test.options += --jobs 1 --quiet --buildfile - # By default just load the buildfile. # -if ($empty($test.arguments)) +if ($null($test.arguments)) test.arguments = noop end -- cgit v1.1