From aab62d018ee070f64ea51b7201cc3c7143284bb7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 15 Jul 2017 14:22:14 +0300 Subject: Make use of wildcards in buildfiles --- tests/buildfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/buildfile') diff --git a/tests/buildfile b/tests/buildfile index 8b70176..e632a04 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,6 +2,4 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -d = compiler/ container/ fs/ re/ shared-ptr/ -./: $d -include $d +./: {*/ -build/ -xml/} -- cgit v1.1