summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2008-06-18 21:41:22 +0000
committerDaniel James <daniel@calamity.org.uk>2008-06-18 21:41:22 +0000
commit0d93c89ef54503872a791aa2427c2c59772ba4d5 (patch)
tree54b0366c3208ef5a9dde4c3fbfe7c9f6e1c09ece /status
parent1bbaf980e7b0071c2aa4662711f07de01f7f43f2 (diff)
downloadboost-0d93c89ef54503872a791aa2427c2c59772ba4d5.tar.gz
Add Boost.Unordered to the regression tests.
Merged revisions 42536 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r42536 | danieljames | 2008-01-06 17:40:32 +0000 (Sun, 06 Jan 2008) | 1 line Add Boost.Unordered to the regression tests. ........ [SVN r46495]
Diffstat (limited to 'status')
-rw-r--r--status/Jamfile.v22
1 files changed, 2 insertions, 0 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index 4ddda66507..e22bd5e914 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -86,6 +86,8 @@ build-project ../libs/tr1/test ; # test-suite tr1
build-project ../libs/tuple/test ; # test-suite tuple
build-project ../libs/type_traits/test ; # test-suite type_traits
build-project ../libs/typeof/test ; # test-suite typeof
+build-project ../libs/unordered/test/unordered ; # test-suite unordered
+build-project ../libs/unordered/test/exception ; # test-suite unordered-exception
build-project ../libs/utility/enable_if/test ; # test-suite utility/enable_if
build-project ../libs/utility/test ; # test-suite utility
build-project ../libs/variant/test ; # test-suite variant