turtle/test
Alexander Grund e13e913a1e Remove main.cpp and add warning free build test
The main.cpp speeds up builds but fails for static boost.Test builds as
it is linked before Boost.Test which removes the required symbols
Enabling warning allows consumers of Turtle to build with warnings enabled
2020-04-14 10:40:28 +02:00
..
detail Fixed test failing for gcc 2018-04-08 15:16:49 +02:00
bench_0_class.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
bench_0_class_10_max_args.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
bench_0_class_20_max_args.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
bench_0_class_30_max_args.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
bench_30_classes_30_methods_9_args.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
bench_30_classes_30_methods_9_args_10_max_args.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
bench_30_classes_30_methods_9_args_20_max_args.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
bench_30_classes_30_methods_9_args_30_max_args.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
bench_30_classes_30_methods_30_args_30_max_args.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
CMakeLists.txt Remove main.cpp and add warning free build test 2020-04-14 10:40:28 +02:00
defined.hpp Fixed multiply defined symbol definition for MOCK_FUNCTION included from several translation units 2015-09-08 09:22:50 +02:00
defined_1.cpp Fixed multiply defined symbol definition for MOCK_FUNCTION included from several translation units 2015-09-08 09:22:50 +02:00
defined_2.cpp Fixed multiply defined symbol definition for MOCK_FUNCTION included from several translation units 2015-09-08 09:22:50 +02:00
fail_ambiguous_mock_method.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
fail_constraint_functor_not_compatible.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
fail_constraint_value_not_comparable.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
fail_constraint_value_of_wrong_type_in_builtin_constraint.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
fail_mismatch_type_in_returns_int_action.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
fail_mismatch_type_in_returns_string_action.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
fail_mismatch_type_in_returns_void_action.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
fail_non_existing_base_class_method_in_mock_method.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
fail_number_of_arguments_greater_than_max_constant.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
fail_template_argument_without_tpl_macro.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
fail_too_many_arguments_in_mock_method.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
fail_wrong_number_of_arguments_in_with.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
Jamfile.jam Fixed multiply defined symbol definition for MOCK_FUNCTION included from several translation units 2015-09-08 09:22:50 +02:00
mock_error.hpp Implement and use simple singleton 2018-11-22 14:41:11 +01:00
test_constraint.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
test_constraints.cpp Fix C++98 compatibility 2018-11-22 10:12:00 +01:00
test_exception.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
test_integration.cpp Fixed parameter forwarding bug in mock functions 2018-04-08 17:48:14 +02:00
test_log.cpp Added MOCK_NO_AUTO_PTR to deactivate std::auto_ptr support 2017-03-20 11:43:18 +01:00
test_matcher.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
test_max_args.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
test_mock.cpp Fixed test failing for gcc 2018-04-08 15:16:49 +02:00
test_object.cpp Added MOCK_NO_AUTO_PTR to deactivate std::auto_ptr support 2017-03-20 11:43:18 +01:00
test_sequence.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
undefined.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
undefined.hpp Changed layout to match boost 2015-03-06 06:41:12 +01:00