summaryrefslogtreecommitdiffstats
path: root/tests/helpers/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2014-04-08 23:36:30 +0200
committerSami Kerola2014-04-26 20:04:52 +0200
commit6b93dcbee173409133bcb1b1ddf15fe6063acb4a (patch)
treed1583c8e050c7c955514a6c7a8c8469d65482be9 /tests/helpers/Makemodule.am
parentkill: remove unnecessary indirection (diff)
downloadkernel-qcow2-util-linux-6b93dcbee173409133bcb1b1ddf15fe6063acb4a.tar.gz
kernel-qcow2-util-linux-6b93dcbee173409133bcb1b1ddf15fe6063acb4a.tar.xz
kernel-qcow2-util-linux-6b93dcbee173409133bcb1b1ddf15fe6063acb4a.zip
tests: add signal receiver program
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>
Diffstat (limited to 'tests/helpers/Makemodule.am')
-rw-r--r--tests/helpers/Makemodule.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/helpers/Makemodule.am b/tests/helpers/Makemodule.am
index 9724dae09..6ac5b7f01 100644
--- a/tests/helpers/Makemodule.am
+++ b/tests/helpers/Makemodule.am
@@ -10,3 +10,7 @@ test_pathnames_SOURCES = tests/helpers/test_pathnames.c
check_PROGRAMS += test_sysinfo
test_sysinfo_SOURCES = tests/helpers/test_sysinfo.c
+
+check_PROGRAMS += test_sigreceive
+test_sigreceive_SOURCES = tests/helpers/test_sigreceive.c
+test_sigreceive_LDADD = $(LDADD) libcommon.la