toml11/tests
Moritz Klammler ac949437f8 Avoid false negative Boost.Test detection due to -Werror
Depending on the CMake and Boost version, the -Werror flags that might
get added to CMAKE_CXX_FLAGS could adversely affect the feature
detection logic, leading to the wrong conclusion that Boost.Test isn't
usable altogether.  Performing these checks first and only afterwards
altering CMAKE_CXX_FLAGS avoids this issue.
2022-09-29 17:59:28 +02:00
..
check_serialization.cpp ci: add a patch to avoid nan comparison 2021-06-30 01:18:42 +09:00
check_toml_test.cpp test: update typename in json for toml-test 2021-06-27 18:58:10 +09:00
check.cpp ci: fix name of directory and add test script 2019-03-17 19:20:24 +09:00
CMakeLists.txt Avoid false negative Boost.Test detection due to -Werror 2022-09-29 17:59:28 +02:00
test_comments.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_datetime.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_error_detection.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_expect.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_extended_conversions.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_find_or_recursive.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_find_or.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_find.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_format_error.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_get_or.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_get.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_lex_aux.hpp refactor: remove template from detail::location 2020-07-25 21:06:26 +09:00
test_lex_boolean.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_lex_datetime.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_lex_floating.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_lex_integer.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_lex_key_comment.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_lex_string.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_literals.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_multiple_translation_unit_1.cpp test: update test for multiple translation units 2019-06-02 22:00:56 +09:00
test_multiple_translation_unit_2.cpp test: add test for multiple translation unit 2019-03-18 12:39:58 +09:00
test_parse_array.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_parse_aux.hpp refactor: remove template from detail::location 2020-07-25 21:06:26 +09:00
test_parse_boolean.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_parse_datetime.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_parse_file.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_parse_floating.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_parse_inline_table.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_parse_integer.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_parse_key.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_parse_string.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_parse_table_key.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_parse_table.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_parse_unicode.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_result.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_serialize_file.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_string.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_traits.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_utility.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_value.cpp Autodetect the best option to use Boost.Test 2022-09-29 17:59:28 +02:00
test_windows.cpp test: remove needless u8s from ascii characters 2020-09-16 21:25:04 +09:00