From ae0205a089b02a38acf5beae9fa75664040fc27a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Jul 2017 14:09:36 +0300 Subject: Make use of wildcards in buildfiles --- tests/buildfile | 1 - tests/directive/buildfile | 2 +- tests/eval/buildfile | 2 +- tests/expansion/buildfile | 2 +- tests/name/buildfile | 2 +- tests/test/config-test/buildfile | 2 +- tests/test/script/runner/buildfile | 2 +- tests/value/buildfile | 2 +- 8 files changed, 7 insertions(+), 8 deletions(-) (limited to 'tests') diff --git a/tests/buildfile b/tests/buildfile index 0d21f72..a968862 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -3,4 +3,3 @@ # license : MIT; see accompanying LICENSE file ./: {*/ -build/} file{common.test} - diff --git a/tests/directive/buildfile b/tests/directive/buildfile index 27ef3ff..920faad 100644 --- a/tests/directive/buildfile +++ b/tests/directive/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{assert} $b +./: test{*} $b diff --git a/tests/eval/buildfile b/tests/eval/buildfile index 3c8a3ba..d7569aa 100644 --- a/tests/eval/buildfile +++ b/tests/eval/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{comma comp or-and qual ternary value} $b +./: test{*} $b diff --git a/tests/expansion/buildfile b/tests/expansion/buildfile index 94d3c94..57a7544 100644 --- a/tests/expansion/buildfile +++ b/tests/expansion/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{type} $b +./: test{*} $b diff --git a/tests/name/buildfile b/tests/name/buildfile index 5b368bb..dc949f0 100644 --- a/tests/name/buildfile +++ b/tests/name/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{cross pattern} $b +./: test{*} $b diff --git a/tests/test/config-test/buildfile b/tests/test/config-test/buildfile index cca33fa..83d18da 100644 --- a/tests/test/config-test/buildfile +++ b/tests/test/config-test/buildfile @@ -7,4 +7,4 @@ ./: test{testscript} exe{driver} $b -exe{driver}: cxx{driver} +exe{driver}: cxx{*} diff --git a/tests/test/script/runner/buildfile b/tests/test/script/runner/buildfile index 3970cfd..b54852e 100644 --- a/tests/test/script/runner/buildfile +++ b/tests/test/script/runner/buildfile @@ -7,4 +7,4 @@ test{*}: target = exe{driver} import libs = libbutl%lib{butl} -exe{driver}: cxx{driver} $libs +exe{driver}: cxx{*} $libs diff --git a/tests/value/buildfile b/tests/value/buildfile index ae54752..ce246a4 100644 --- a/tests/value/buildfile +++ b/tests/value/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{reverse} +./: test{*} -- cgit v1.1