aboutsummaryrefslogtreecommitdiff
path: root/libbrep/build-package.hxx
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 /libbrep/build-package.hxx
parent4cb81fd80a63004c08ba49ce9265318d5ba39082 (diff)
Add support for reflect clause in tests package manifest value
Diffstat (limited to 'libbrep/build-package.hxx')
-rw-r--r--libbrep/build-package.hxx1
1 files changed, 1 insertions, 0 deletions
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<string> reflect;
};
// Foreign object that is mapped to a subset of the package object.