From e75c24acb17bc76d79c795f894e510cb9bf76169 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 19 Oct 2005 17:39:29 +0000 Subject: [PATCH] Added TR1 lib tests. [SVN r31390] --- status/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/status/Jamfile b/status/Jamfile index 12f718a566..2585486a11 100644 --- a/status/Jamfile +++ b/status/Jamfile @@ -57,6 +57,7 @@ subinclude libs/smart_ptr/test ; # test-suite smart_ptr subinclude libs/spirit/test ; # test-suite spirit subinclude libs/static_assert ; # test-suite static_assert subinclude libs/thread/test ; # test-suite thread +subinclude libs/tr1/test ; # test-suite tr1 subinclude libs/type_traits/test ; # test-suite type_traits subinclude libs/typeof/test ; # test-suite typeof subinclude libs/utility/enable_if/test ; # test-suite utility/enable_if