From cdbd2f8b36b555cb56b510fccf29fb5a12d66f80 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Feb 2024 14:13:23 +0300 Subject: Add support for enable clause in tests package manifest value --- load/load.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'load/load.cxx') 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& rp, td.type, td.buildtime, move (td.constraint), + move (td.enable), move (td.reflect)); } -- cgit v1.1