summaryrefslogtreecommitdiffstats
path: root/tests/helpers/test_sigreceive.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: remove redundant check for NULL [cppcheck]Boris Egorov2016-01-191-3/+2Star
| | | | | | We set SA_SIGINFO flag, so we should not get NULL. [tests/helpers/test_sigreceive.c:45] -> [tests/helpers/test_sigreceive.c:47]: (warning) Either the condition 'if(info)' is redundant or there is possible null pointer dereference: info.
* tests: add kill --queue checkSami Kerola2014-07-151-5/+12
| | | | | | | | | | | | Correction. The final failure to catch signal exit should not use exiter() function. --->8---- From: Sami Kerola <kerolasa@iki.fi> Date: Mon, 14 Jul 2014 18:35:56 +0100 Subject: [PATCH] tests: add kill --queue check Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add signal receiver programSami Kerola2014-04-261-0/+175
Target to kill with a check that will be written later. CC: Bernhard Voelker <mail@bernhard-voelker.de> Signed-off-by: Sami Kerola <kerolasa@iki.fi>