header-only
Here are 942 public repositories matching this topic...
Describe the bug
When TEMPLATE_LIST_TEST_CASE and TEMPLATE_LIST_TEST_CASE_METHOD were added, the corresponding versions with the CATCH_ prefix were missed.
Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASE and CATCH_TEMPLATE_LIST_TEST_CASE_METHOD should be available.
Additional context
The commit that added TEMPLATE_LIST_TEST_CASE and `TEMPLATE_LIST_TEST_CASE_MET
-
Updated
Aug 24, 2020 - C++
-
Updated
Oct 9, 2020 - C++
-
Updated
Oct 4, 2020 - C++
-
Updated
Oct 8, 2020 - C++
-
Updated
Oct 9, 2020 - C++
-
Updated
Oct 9, 2020 - C++
-
Updated
Oct 8, 2020 - C++
-
Updated
Sep 16, 2020 - C++
-
Updated
Oct 8, 2020 - C++
-
Updated
Sep 25, 2020 - C++
-
Updated
Sep 17, 2020 - C++
-
Updated
Oct 9, 2020 - C++
-
Updated
Sep 28, 2020 - C++
-
Updated
Oct 8, 2020 - C++
-
Updated
Sep 23, 2020 - C++
-
Updated
Aug 5, 2020 - C++
-
Updated
Oct 5, 2020 - C++
-
Updated
Oct 8, 2020 - C++
-
Updated
Oct 9, 2020
-
Updated
Sep 19, 2020 - C++
-
Updated
Oct 6, 2020 - C
-
Updated
Sep 25, 2020 - C++
-
Updated
Sep 28, 2020 - C++
-
Updated
Sep 12, 2020 - C++
-
Updated
Sep 28, 2020 - C++
-
Updated
Oct 9, 2020 - C++
-
Updated
Oct 1, 2020 - C++
Improve this page
Add a description, image, and links to the header-only topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the header-only topic, visit your repo's landing page and select "manage topics."
I think we should patch test/CMakeLists.txt to always use
-Wall -Werroron *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?