summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
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/commands.sh
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/commands.sh')
-rw-r--r--tests/commands.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index 68048fa4e..0c8cfc946 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -21,6 +21,7 @@ TS_HELPER_MD5="$top_builddir/test_md5"
TS_HELPER_MORE=${TS_HELPER_MORE-"$top_builddir/test_more"}
TS_HELPER_PARTITIONS="$top_builddir/sample-partitions"
TS_HELPER_PATHS="$top_builddir/test_pathnames"
+TS_HELPER_SIGRECEIVE="$top_builddir/test_sigreceive"
TS_HELPER_STRUTILS="$top_builddir/test_strutils"
TS_HELPER_SYSINFO="$top_builddir/test_sysinfo"