boost-ext / ut

C++20 μ(micro)/Unit Testing Framework
https://boost-ext.github.io/ut
Boost Software License 1.0
1.26k stars 120 forks source link

aborts support on Windows? #619

Open braxtons12 opened 8 months ago

braxtons12 commented 8 months ago

Expected Behavior

ability to use aborts on Windows

Actual Behavior

Compilation failure (it's only available on UNIX-likes)

Steps to Reproduce the Problem

  1. expect(aborts([] { calls_abort(); }));

Specifications