From 3b401b823ca98e6329450874eadeaa5f5c120cd1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 1 Jun 2020 15:23:05 +0200 Subject: Add tests for manually testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- tests/stop.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/stop.c (limited to 'tests/stop.c') diff --git a/tests/stop.c b/tests/stop.c new file mode 100644 index 0000000..05c0e61 --- /dev/null +++ b/tests/stop.c @@ -0,0 +1,8 @@ +#include +#include + +int +main(void) +{ + return kill(getpid(), SIGSTOP); +} -- cgit v1.2.3-70-g09d2