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 --- mod/mod-build-task.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/mod-build-task.cxx') diff --git a/mod/mod-build-task.cxx b/mod/mod-build-task.cxx index 20a3518..1c21c3a 100644 --- a/mod/mod-build-task.cxx +++ b/mod/mod-build-task.cxx @@ -386,6 +386,7 @@ handle (request& rq, response& rs) td.type, td.buildtime, move (td.constraint), + move (td.enable), move (td.reflect)); } -- cgit v1.1