2015-05-15 16:27:40 +02:00
|
|
|
# Boost.Optional Library test Jamfile
|
2003-09-29 16:40:02 +00:00
|
|
|
#
|
2015-05-15 16:27:40 +02:00
|
|
|
# Copyright (C) 2003, Fernando Luis Cacciola Carballal.
|
2017-10-28 16:51:13 +02:00
|
|
|
# Copyright (C) 2014 - 2017 Andrzej Krzemienski
|
2003-09-29 16:40:02 +00:00
|
|
|
#
|
2015-05-15 16:27:40 +02:00
|
|
|
# Use, modification, and distribution is subject to the Boost Software
|
|
|
|
# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
|
|
# http://www.boost.org/LICENSE_1_0.txt)
|
2003-09-29 16:40:02 +00:00
|
|
|
#
|
2015-05-15 16:27:40 +02:00
|
|
|
# See http://www.boost.org/libs/optional for documentation.
|
|
|
|
#
|
|
|
|
# You are welcome to contact the author at:
|
|
|
|
# akrzemi1@gmail.com
|
2003-09-29 16:40:02 +00:00
|
|
|
#
|
|
|
|
|
2003-09-30 06:32:06 +00:00
|
|
|
import testing ;
|
|
|
|
|
2003-09-29 16:40:02 +00:00
|
|
|
{
|
|
|
|
test-suite optional :
|
2004-01-09 11:28:42 +00:00
|
|
|
[ run optional_test.cpp ]
|
2015-01-16 19:16:12 +01:00
|
|
|
[ run optional_test_swap.cpp ]
|
2014-11-29 22:51:45 +01:00
|
|
|
[ run optional_test_conversions_from_U.cpp ]
|
2016-05-17 00:54:09 +02:00
|
|
|
[ run optional_test_convert_from_T.cpp ]
|
2016-11-19 21:14:28 +01:00
|
|
|
[ run optional_test_empty_braces.cpp ]
|
2017-05-18 01:09:31 +02:00
|
|
|
[ run optional_test_make_optional.cpp ]
|
2018-06-23 18:27:14 +02:00
|
|
|
[ run optional_test_map.cpp ]
|
2004-01-09 11:28:42 +00:00
|
|
|
[ run optional_test_tie.cpp ]
|
2015-01-07 16:35:23 +01:00
|
|
|
[ run optional_test_ref_assign_portable_minimum.cpp ]
|
|
|
|
[ run optional_test_ref_assign_mutable_int.cpp ]
|
|
|
|
[ run optional_test_ref_assign_const_int.cpp ]
|
2015-01-08 11:33:58 +01:00
|
|
|
[ run optional_test_ref_converting_ctor.cpp ]
|
2015-01-21 22:00:10 +01:00
|
|
|
[ run optional_test_ref_convert_assign_non_int.cpp ]
|
|
|
|
[ run optional_test_ref_convert_assign_mutable_int.cpp ]
|
|
|
|
[ run optional_test_ref_convert_assign_const_int.cpp ]
|
2014-11-29 22:51:45 +01:00
|
|
|
[ run optional_test_ref_portable_minimum.cpp ]
|
2015-03-09 11:50:10 +01:00
|
|
|
[ run optional_test_ref_move.cpp ]
|
2016-03-06 19:08:25 +01:00
|
|
|
[ run optional_test_ref_to_val.cpp ]
|
2015-01-15 22:46:34 +01:00
|
|
|
[ run optional_test_inplace_factory.cpp ]
|
2006-02-09 09:50:56 +00:00
|
|
|
[ run optional_test_io.cpp ]
|
2014-04-22 22:36:19 +02:00
|
|
|
[ run optional_test_move.cpp ]
|
2014-12-01 18:03:46 +01:00
|
|
|
[ run optional_test_noexcept_move.cpp ]
|
2014-04-29 22:59:06 +02:00
|
|
|
[ run optional_test_equals_none.cpp ]
|
2014-05-22 23:32:49 +02:00
|
|
|
[ run optional_test_value_access.cpp ]
|
2014-06-03 17:36:18 +02:00
|
|
|
[ run optional_test_emplace.cpp ]
|
2014-06-06 23:24:43 +02:00
|
|
|
[ run optional_test_minimum_requirements.cpp ]
|
2015-01-21 15:03:17 +01:00
|
|
|
[ run optional_test_msvc_bug_workaround.cpp ]
|
2018-01-03 10:37:37 +01:00
|
|
|
[ run optional_test_member_T.cpp ]
|
2017-11-01 00:23:05 -07:00
|
|
|
[ run optional_test_tc_base.cpp ]
|
2016-11-20 23:42:41 +01:00
|
|
|
[ compile optional_test_sfinae_friendly_ctor.cpp ]
|
2016-02-18 23:18:01 +01:00
|
|
|
[ compile-fail optional_test_ref_convert_assign_const_int_prevented.cpp ]
|
2004-01-09 11:28:42 +00:00
|
|
|
[ 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 ]
|
2014-04-24 10:00:43 +02:00
|
|
|
[ compile-fail optional_test_fail_implicit_bool_convert.cpp ]
|
2014-04-26 23:24:21 +02:00
|
|
|
[ compile-fail optional_test_fail_copying_a_moveable_type.cpp ]
|
|
|
|
[ compile-fail optional_test_fail_optional_rvalue_ref.cpp ]
|
2014-04-28 15:48:55 +02:00
|
|
|
[ compile-fail optional_test_ref_fail_init_from_Trefref.cpp ]
|
|
|
|
[ compile-fail optional_test_ref_fail_init_from_Urefref.cpp ]
|
|
|
|
[ compile-fail optional_test_ref_fail_assign_from_Trefref.cpp ]
|
|
|
|
[ compile-fail optional_test_ref_fail_assign_from_Urefref.cpp ]
|
2014-11-22 01:18:25 +01:00
|
|
|
[ compile-fail optional_test_fail_convert_from_null.cpp ]
|
2014-06-14 22:49:37 +02:00
|
|
|
[ compile-fail optional_test_fail_explicit_convert_in_value_or.cpp ]
|
2014-06-18 15:01:52 +02:00
|
|
|
[ compile-fail optional_test_fail_explicit_convert_in_value_or_call.cpp ]
|
2015-01-21 00:10:51 +01:00
|
|
|
[ compile-fail optional_test_fail_io_without_io.cpp ]
|
2015-10-01 15:26:15 +02:00
|
|
|
[ compile-fail optional_test_fail_none_io_without_io.cpp ]
|
2015-03-06 19:20:45 +01:00
|
|
|
[ compile-fail optional_test_fail_convert_assign_of_enums.cpp ]
|
2017-10-28 16:51:13 +02:00
|
|
|
[ run optional_test_static_properties.cpp ]
|
2017-10-31 01:26:18 +01:00
|
|
|
[ compile optional_test_maybe_uninitialized_warning.cpp ]
|
|
|
|
[ compile optional_test_deleted_default_ctor.cpp ]
|
2015-10-08 18:53:28 +02:00
|
|
|
[ run optional_xconfig_NO_PROPER_ASSIGN_FROM_CONST_INT_pass.cpp ]
|
|
|
|
[ run-fail optional_xconfig_NO_PROPER_ASSIGN_FROM_CONST_INT_fail.cpp ]
|
2015-10-10 15:27:46 +02:00
|
|
|
[ run optional_xconfig_NO_PROPER_CONVERT_FROM_CONST_INT_pass.cpp ]
|
|
|
|
[ run-fail optional_xconfig_NO_PROPER_CONVERT_FROM_CONST_INT_fail.cpp ]
|
2015-10-14 23:11:33 +02:00
|
|
|
[ run optional_xconfig_NO_LEGAL_CONVERT_FROM_REF_pass.cpp ]
|
|
|
|
[ compile-fail optional_xconfig_NO_LEGAL_CONVERT_FROM_REF_fail.cpp ]
|
2003-09-29 16:40:02 +00:00
|
|
|
;
|
|
|
|
}
|