forked from boostorg/optional
Partially added move semantics (tests are still failing)
This commit is contained in:
@@ -17,17 +17,18 @@ import testing ;
|
||||
{
|
||||
test-suite optional :
|
||||
[ run optional_test.cpp ]
|
||||
[ run optional_test_tie.cpp ]
|
||||
[ run optional_test_ref.cpp ]
|
||||
[ run optional_test_inplace.cpp ]
|
||||
[ run optional_test_io.cpp ]
|
||||
[ compile-fail optional_test_fail1.cpp ]
|
||||
[ compile-fail optional_test_fail3a.cpp ]
|
||||
[ compile-fail optional_test_fail3b.cpp ]
|
||||
[ compile-fail optional_test_ref_fail1.cpp ]
|
||||
[ compile-fail optional_test_ref_fail3.cpp ]
|
||||
[ compile-fail optional_test_ref_fail4.cpp ]
|
||||
[ compile-fail optional_test_inplace_fail.cpp ]
|
||||
[ compile-fail optional_test_inplace_fail2.cpp ]
|
||||
#[ run optional_test_tie.cpp ]
|
||||
#[ run optional_test_ref.cpp ]
|
||||
#[ run optional_test_inplace.cpp ]
|
||||
#[ run optional_test_io.cpp ]
|
||||
[ run optional_test_move.cpp ]
|
||||
#[ compile-fail optional_test_fail1.cpp ]
|
||||
#[ compile-fail optional_test_fail3a.cpp ]
|
||||
#[ compile-fail optional_test_fail3b.cpp ]
|
||||
#[ compile-fail optional_test_ref_fail1.cpp ]
|
||||
#[ compile-fail optional_test_ref_fail3.cpp ]
|
||||
#[ compile-fail optional_test_ref_fail4.cpp ]
|
||||
#[ compile-fail optional_test_inplace_fail.cpp ]
|
||||
#[ compile-fail optional_test_inplace_fail2.cpp ]
|
||||
;
|
||||
}
|
||||
|
Reference in New Issue
Block a user