From aa10d57cdfb9c17e0354ff8c01bb9a633bd63f49 Mon Sep 17 00:00:00 2001 From: Riya Singh <43132209+riyasingh1004@users.noreply.github.com> Date: Wed, 25 Nov 2020 12:12:20 +0530 Subject: [PATCH] added build-project time in test/jamfile (#172) We missed configuring tests for time due to which some tests errors were never detected --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index bcd82786..438a12ce 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -12,3 +12,4 @@ build-project header ; build-project coordinate ; build-project units ; build-project io ; +build-project time ;