json/test
Thomas Braun 5d053f36d6 Tests: Fix warning about unused result
GCC 7.0 and higher complain when compiled in release mode about the
unused result of parse-like functions. This makes totally sense as these
are marked with JSON_HEDLEY_WARN_UNUSED_RESULT.

Store the result in a json object named _ to silence that warning.
2020-09-01 13:22:04 +02:00
..
cmake_add_subdirectory add test to compile without exceptions 2020-08-10 09:48:11 +02:00
cmake_fetch_content 🔧 add label to tests that require a git checkout 2020-06-17 12:35:59 +02:00
cmake_import Update tests that generate CMake projects to use the CMAKE_CXX_COMPILER the main project was CMake'd with. Fixes #1747. 2019-11-18 21:46:34 -06:00
cmake_import_minver Update tests that generate CMake projects to use the CMAKE_CXX_COMPILER the main project was CMake'd with. Fixes #1747. 2019-11-18 21:46:34 -06:00
cmake_target_include_directories add regression test for #2281 2020-07-22 13:39:40 +02:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src Tests: Fix warning about unused result 2020-09-01 13:22:04 +02:00
thirdparty 🚨 fix warnings #2113 2020-05-16 14:26:17 +02:00
CMakeLists.txt ♻️ split regression tests 2020-07-30 12:13:05 +02:00
Makefile 🔥 remove test Makefile targets (all handled by CMake) 2020-07-16 13:38:25 +02:00