mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 01:36:10 +00:00
- Add unit_tests_main.cc with main() function for unit_tests executable - Create fifo_perf_tests.cu as PERF_TEST for unit_tests - Add fifo_perf_tests.cu to unit_tests sources - Fix errors_tests.cc to use ASSERT_TRUE for ErrorCode comparisons - Fix core_tests.cc to use ASSERT_TRUE for TransportFlags comparisons - Add Azure pipeline step for Debug build with coverage - Add step to run mp_unit_tests --exclude-perf-tests with coverage The perf tests are now part of unit_tests and can be filtered out for coverage reporting. CI now includes Debug build with coverage collection for non-performance tests. Co-authored-by: chhwang <8018170+chhwang@users.noreply.github.com>