aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/catch2
AgeCommit message (Collapse)Author
2021-08-19catch2: upgrade 2.13.6 -> 2.13.7Andreas Müller
Fixes * Added missing <iterator> include in benchmarking. (#2231) * Fixed noexcept build with benchmarking enabled (#2235) * Fixed build for compilers with C++17 support but without C++17 library support (#2195) * JUnit only uses 3 decimal places when reporting durations (#2221) * !mayfail tagged tests are now marked as skipped in JUnit reporter output (#2116) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-05-05catch2: Upgrade to 2.13.6Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-21catch2: upgrade to 2.13.4Patrick Williams
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-16catch2: update to 2.9.2Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-10catch2: Upgrade 2.6.1 -> 2.7.2Adrian Bunk
Remove patch applied upstream. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-13catch2: Upgrade to 2.6.1Khem Raj
Fix build with clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-05catch2: Upgrade to 2.6.0Khem Raj
Drop backported patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-02catch2: Replace the patch with upstreamable patchKhem Raj
Update to tip of master Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-18catch2: Upgrade to 2.5.0 releaseKhem Raj
Drop upstreamed patch and add a patch to fix build seen with clang and gcc9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-16catch2: new packageBartosz Golaszewski
Add a recipe for the catch2 testing framework. There's a bug upstream which makes it impossible to build with gcc7 so include a patch. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>