jimporter / mettle

A C++20 unit test framework
https://jimporter.github.io/mettle
BSD 3-Clause "New" or "Revised" License
122 stars 12 forks source link

Support death tests on Windows #17

Open jimporter opened 8 years ago

jimporter commented 8 years ago

This is going to be a major annoyance, since you can't fork a process on Windows. Probably the only way to do it will be to run each test multiple times to ensure that each of the death tests is run in sequence. Grumble grumble.