From d4e8e70325b94509575e6722595fe5ed752c9013 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Jul 2017 20:30:34 +0300 Subject: Make use of wildcards in buildfiles --- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/parser/buildfile | 2 +- tests/roundtrip/buildfile | 4 ++-- tests/serializer/buildfile | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tests') diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 3cca91f..3a9b241 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,4 +1,4 @@ -# file : examples/build/bootstrap.build +# file : tests/build/bootstrap.build # copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file diff --git a/tests/build/root.build b/tests/build/root.build index c93bac1..377bb0b 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,4 +1,4 @@ -# file : examples/build/root.build +# file : tests/build/root.build # copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file diff --git a/tests/buildfile b/tests/buildfile index b79265a..fcea29f 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -./: parser/ roundtrip/ serializer/ +./: {*/ -build/} diff --git a/tests/parser/buildfile b/tests/parser/buildfile index 99f8624..cf63348 100644 --- a/tests/parser/buildfile +++ b/tests/parser/buildfile @@ -4,4 +4,4 @@ import libs = libstudxml%lib{studxml} -exe{driver}: cxx{driver} $libs +exe{driver}: {hxx cxx}{*} $libs diff --git a/tests/roundtrip/buildfile b/tests/roundtrip/buildfile index ab156e1..14fd49a 100644 --- a/tests/roundtrip/buildfile +++ b/tests/roundtrip/buildfile @@ -4,9 +4,9 @@ import libs = libstudxml%lib{studxml} -exe{driver}: cxx{driver} $libs test{testscript} +exe{driver}: {hxx cxx}{*} $libs test{testscript} define xml: file xml{*}: extension = xml -./: exe{driver} xml{attribute characters followup-1 followup-2 namespace} +./: exe{driver} xml{*} diff --git a/tests/serializer/buildfile b/tests/serializer/buildfile index c115c77..91c2f45 100644 --- a/tests/serializer/buildfile +++ b/tests/serializer/buildfile @@ -4,4 +4,4 @@ import libs = libstudxml%lib{studxml} -exe{driver}: cxx{driver} $libs +exe{driver}: {hxx cxx}{*} $libs -- cgit v1.1