From 724b68d96bb69685b0b878916e4cb89b3368705b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 19 Aug 2021 21:21:32 +0300 Subject: Add support for build-time mark (*) in tests, examples, and benchmarks package manifest values --- tests/manifest/testscript | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'tests') diff --git a/tests/manifest/testscript b/tests/manifest/testscript index 3d6b060..4770e96 100644 --- a/tests/manifest/testscript +++ b/tests/manifest/testscript @@ -710,6 +710,28 @@ tests: bar == 2.0.0- EOI + : no-name + : + $* <'stdin:6:8: error: no tests package name specified' != 0 + : 1 + name: foo + version: 2.0.0 + summary: Modern C++ parser + license: LGPLv2 + tests: * + EOI + + : buildtime + : + $* <>EOF + : 1 + name: foo + version: 2.0.0 + summary: Modern C++ parser + license: LGPLv2 + tests: * foo-tests + EOF + : complete : { -- cgit v1.1