mirror of
https://github.com/boostorg/optional.git
synced 2025-08-01 05:24:32 +02:00
Fixed unit tests (still need to add more unit tests for move semantics)
This commit is contained in:
@@ -17,18 +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 ]
|
||||
[ 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 ]
|
||||
[ 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