unit test improvements

I have split tests for conversions from uptional<U> and from U to optional<T>.
I have split the optional refs tests that are expected to pass on all compilers.
I started using lightweight_test instead of Boost.Test (now only in some files).
This commit is contained in:
Andrzej Krzemienski
2014-11-29 22:51:45 +01:00
parent 0d06d66f5c
commit 1e2aed8276
5 changed files with 271 additions and 73 deletions

View File

@ -17,8 +17,10 @@ import testing ;
{
test-suite optional :
[ run optional_test.cpp ]
[ run optional_test_conversions_from_U.cpp ]
[ run optional_test_tie.cpp ]
[ run optional_test_ref.cpp ]
[ run optional_test_ref_portable_minimum.cpp ]
[ run optional_test_inplace.cpp ]
[ run optional_test_io.cpp ]
[ run optional_test_move.cpp ]