Fixed unit tests (still need to add more unit tests for move semantics)

This commit is contained in:
Andrzej Krzemienski
2014-04-26 00:22:39 +02:00
parent a26d11be87
commit 5c69bac12f
3 changed files with 64 additions and 38 deletions

View File

@@ -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 ]
;
}