aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-02-11 20:10:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-02-11 20:14:11 +0300
commit818cde70e20ff897932c4abaca63c446a9ec5561 (patch)
treee991199a0fc1261851429fc35b70bd18906819ff /mod
parent4cb81fd80a63004c08ba49ce9265318d5ba39082 (diff)
Add support for reflect clause in tests package manifest value
Diffstat (limited to 'mod')
-rw-r--r--mod/mod-build-task.cxx3
1 files changed, 2 insertions, 1 deletions
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 (