Commits


Oren Miller authored and GitHub committed cc191142bc9
Catch2 unit test port (#516) * Ported unit tests from UnitTest++ to catch2 * Build catch2 tests/runner with cmake * Delete UnitTest++ * Revert "Delete UnitTest++" This reverts commit ba1f5b38f3d3101874ef06b53275386ecdeb38dc. * Revert "Revert "Delete UnitTest++"" This reverts commit bb751997a67c6900c0ab2e10f3f230b3fac25e9f. * Remove ordermatcher tests * Get rid of visual studio solutions * Get rid of sln workflows * Remove atrun unit tests * Get rid of references to UnitTest++ * Fix windows build * More portable runut.sh * Fix clash with windows min/max * Add missing standard includes in SharedArray * Remove unused test method * Add fail-fast: false to autotools workflow * Don't use multiple cores --------- Co-authored-by: Oren Miller <oren@Orens-MBP.hsd1.il.comcast.net> Co-authored-by: Oren Miller <orenmiller@Orens-Air.hsd1.il.comcast.net>