diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-02-01 14:13:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-02-01 14:16:01 +0300 |
commit | cdbd2f8b36b555cb56b510fccf29fb5a12d66f80 (patch) | |
tree | 89b3860cc9e6ac562832e231a1d107a2ab23e2ab /load | |
parent | ccb8a1c22726d15da6f823785e9f9afef751811f (diff) |
Add support for enable clause in tests package manifest value
Diffstat (limited to 'load')
-rw-r--r-- | load/load.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/load/load.cxx b/load/load.cxx index 2fb50c0..b644a3a 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -586,6 +586,7 @@ load_packages (const shared_ptr<repository>& rp, td.type, td.buildtime, move (td.constraint), + move (td.enable), move (td.reflect)); } |