From 3876e1158032c426e66fb7badaf72f7c458f184d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 11 Aug 2024 21:54:08 +0200 Subject: [PATCH] Add "bench" to the global test suite --- Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jamfile b/Jamfile index c55393e..5ea9dca 100644 --- a/Jamfile +++ b/Jamfile @@ -7,5 +7,6 @@ # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # please order by name to ease maintenance +build-project bench ; build-project example ; build-project test ;