ct
ct copied to clipboard
(Relatively) Easy Unit Testing in C
Results
2
ct issues
Sort by
recently updated
recently updated
newest added
See https://github.com/kr/ct/issues/25#issuecomment-517360533
At the end of a successful test, the test process itself ends normally, but ct kills any remaining child of the test process with `SIGKILL`. This is a problem if...