Rename the test-suites to match other libraries' style.

[SVN r42534]
This commit is contained in:
Daniel James 2008-01-06 17:16:51 +00:00
parent 5e3393790d
commit 3c94adb933
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ project unordered-test/exception-tests
<toolset>gcc:<cxxflags>-Wsign-promo <toolset>gcc:<cxxflags>-Wsign-promo
; ;
test-suite unordered-exception-tests test-suite unordered-exception
: :
[ run constructor_tests.cpp framework ] [ run constructor_tests.cpp framework ]
[ run copy_tests.cpp framework ] [ run copy_tests.cpp framework ]

View File

@ -12,7 +12,7 @@ project unordered-test/unordered
<toolset>msvc:<cxxflags>/W4 <toolset>msvc:<cxxflags>/W4
; ;
test-suite unordered-tests test-suite unordered
: :
[ run set_compile.cpp ] [ run set_compile.cpp ]
[ run map_compile.cpp ] [ run map_compile.cpp ]