summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorVaclav Dolezal2017-12-21 15:10:15 +0100
committerVaclav Dolezal2018-01-10 17:40:53 +0100
commitcad13ba3441efd3889c0be922397b822e9054aaa (patch)
tree13817b56ac67fac8d02120fe964134bd3e2f7370 /tests/commands.sh
parentlib/mbsalign: escape "\x" when HAVE_WIDECHAR not defined (diff)
downloadkernel-qcow2-util-linux-cad13ba3441efd3889c0be922397b822e9054aaa.tar.gz
kernel-qcow2-util-linux-cad13ba3441efd3889c0be922397b822e9054aaa.tar.xz
kernel-qcow2-util-linux-cad13ba3441efd3889c0be922397b822e9054aaa.zip
tests: add tests for encode functions from lib/mbsalign.c
Signed-off-by: Vaclav Dolezal <vdolezal@redhat.com>
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 502935ede..985064446 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -38,6 +38,7 @@ TS_HELPER_SYSINFO="$top_builddir/test_sysinfo"
TS_HELPER_TIOCSTI="$top_builddir/test_tiocsti"
TS_HELPER_UUID_PARSER="$top_builddir/test_uuid_parser"
TS_HELPER_UUID_NAMESPACE="$top_builddir/test_uuid_namespace"
+TS_HELPER_MBSENCODE="$top_builddir/test_mbsencode"
# paths to commands
TS_CMD_ADDPART=${TS_CMD_ADDPART:-"$top_builddir/addpart"}