From 233255f0e14f364841751755958375fe27380ba6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Mar 2017 11:37:14 +0200 Subject: Implement implied buildfile support In essence, if the buildfile is: ./: */ Then it can be omitted entirely (provided there is at least one subdirectory). --- tests/search/dir/testscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/search/dir/testscript') diff --git a/tests/search/dir/testscript b/tests/search/dir/testscript index d580c4f..4cd368b 100644 --- a/tests/search/dir/testscript +++ b/tests/search/dir/testscript @@ -20,8 +20,7 @@ EOI : no-buildfile : $* <'./: foo/' 2>>/EOE != 0 -error: no explicit target for prerequisite ../:dir{foo/} - info: did you forget to include the corresponding buildfile? +error: no explicit target for ../:dir{foo/} EOE : basic -- cgit v1.1