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 --- load/load.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'load') diff --git a/load/load.cxx b/load/load.cxx index ad5379e..691afb6 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -546,7 +546,8 @@ load_packages (const shared_ptr& rp, ts.emplace_back (move (td.name), td.type, td.buildtime, - move (td.constraint)); + move (td.constraint), + move (td.reflect)); } // Cache before the package name is moved. -- cgit v1.1