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 --- libbrep/build-package.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbrep/build-package.hxx') diff --git a/libbrep/build-package.hxx b/libbrep/build-package.hxx index 94ffb08..6d7fb14 100644 --- a/libbrep/build-package.hxx +++ b/libbrep/build-package.hxx @@ -98,6 +98,7 @@ namespace brep { test_dependency_type type; bool buildtime; + optional enable; optional reflect; }; -- cgit v1.1