From 58b82b68ef4f02ee412b83fc9a75b6d3b095b938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 18 Jan 2026 16:15:19 +0100 Subject: [PATCH] Add bench tests to the regression tests --- build.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.jam b/build.jam index ebaf273..878ca66 100644 --- a/build.jam +++ b/build.jam @@ -18,7 +18,7 @@ project /boost/container explicit [ alias boost_container : build//boost_container ] - [ alias all : boost_container example test ] + [ alias all : boost_container example test bench ] ; call-if : boost-library container