From 818cde70e20ff897932c4abaca63c446a9ec5561 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 11 Feb 2022 20:10:53 +0300 Subject: Add support for reflect clause in tests package manifest value --- libbrep/build-package.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbrep/build-package.hxx') diff --git a/libbrep/build-package.hxx b/libbrep/build-package.hxx index c46119d..54edc2b 100644 --- a/libbrep/build-package.hxx +++ b/libbrep/build-package.hxx @@ -97,6 +97,7 @@ namespace brep { test_dependency_type type; bool buildtime; + optional reflect; }; // Foreign object that is mapped to a subset of the package object. -- cgit v1.1