From fbabb3ddf7f9bee71a6be767cc911b5b3b96333a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 7 Dec 2018 21:38:00 +0300 Subject: Add support for build configuration class inheritance --- tests/build-class-expr/testscript | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'tests/build-class-expr/testscript') diff --git a/tests/build-class-expr/testscript b/tests/build-class-expr/testscript index cfa1400..006d12d 100644 --- a/tests/build-class-expr/testscript +++ b/tests/build-class-expr/testscript @@ -88,6 +88,14 @@ { $* <'+!x' } + + : base + : + { + test.arguments += a:x b:y c + + $* <'+y' + } } : mismatch @@ -122,4 +130,13 @@ { $* <'+a' == 1 } + + + : base + : + { + test.arguments += a:x b:y c + + $* <'+z' == 1 + } } -- cgit v1.1