[CMake] Pass on Unix Signals (ctrl+c)?

digitalriptide digitalriptide at gmail.com
Thu Oct 23 16:22:56 EDT 2014


Alternatively, what signal does CMake use to halt tests?

Than you!

On Thu, Oct 23, 2014 at 2:16 PM, digitalriptide
<digitalriptide at gmail.com> wrote:
> I have a number of tests configured in my CMakeLists.txt file, a few
> of which need to do some cleanup after running or if they are
> interrupted  If I run make tests, and then send a signal (via ctrl+c,
> for example), however, these signals are not passed on to the test. Is
> it possible to configure CMake to pass signals on to the tests that
> are run?
>
> Cheers!


More information about the CMake mailing list