vorner / reopen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make tests work on Windows

vorner opened this issue · comments

Some of the tests (doctests) don't properly compile on Windows, because they demonstrate the signal handling machinery and it is not available there.

Currently, no tests are run on Windows. Disable compiling the ones with signal handling and enable the rest in CI.

This already works on master.