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 --- mod/mod-build-task.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/mod-build-task.cxx') diff --git a/mod/mod-build-task.cxx b/mod/mod-build-task.cxx index ec937fd..29c048d 100644 --- a/mod/mod-build-task.cxx +++ b/mod/mod-build-task.cxx @@ -275,7 +275,8 @@ handle (request& rq, response& rs) tests.emplace_back (move (td.name), td.type, td.buildtime, - move (td.constraint)); + move (td.constraint), + move (td.reflect)); } bool module_pkg ( -- cgit v1.1