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]
This commit is contained in:
Daniel James 2008-06-18 21:41:22 +00:00
parent 1bbaf980e7
commit 0d93c89ef5

View file

@ -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