lib: add test for igt_fork_signal_helper
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 13 Sep 2013 14:38:59 +0000 (16:38 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 13 Sep 2013 14:48:08 +0000 (16:48 +0200)
commit9298dfabd9658315df34616b1e9a10b3579a92bd
treef924800713eb4b426bdfdb2eee4ce11d1c24faa5
parent32f9c497957cf165a359d8b2c11f4d18dd5f743a
lib: add test for igt_fork_signal_helper

If we're really fast we've trying to stop the signal helper again
we somehow race somewhere and it'll never happen. So add a testcase for
this. Since I expect more to come for testsuite tests add a separate
make target for them. Run tests with

$ make check

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/.gitignore
tests/Makefile.am
tests/igt_fork_helper.c [new file with mode: 0644]