libsemigroups / HPCombi

Fast combinatorics in C++ using SSE/AVX instruction sets
https://libsemigroups.github.io/HPCombi/
GNU General Public License v3.0
15 stars 7 forks source link

Use Catch2 matcher instead of macros for different implementation consistency tests #29

Closed hivert closed 1 year ago

hivert commented 1 year ago

See the variations around TEST_AGREES in https://github.com/libsemigroups/HPCombi/blob/simde/tests/test_main.hpp

hivert commented 1 year ago

It seem that is not currently feasible (see https://github.com/catchorg/Catch2/issues/2748).