summaryrefslogtreecommitdiffstats
path: root/tests/helpers/Makemodule.am
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/helpers/Makemodule.am
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/helpers/Makemodule.am')
-rw-r--r--tests/helpers/Makemodule.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/helpers/Makemodule.am b/tests/helpers/Makemodule.am
index 2f2611b67..ab0b3cea9 100644
--- a/tests/helpers/Makemodule.am
+++ b/tests/helpers/Makemodule.am
@@ -1,3 +1,6 @@
+check_PROGRAMS += test_mbsencode
+test_mbsencode_SOURCES = tests/helpers/test_mbsencode.c
+test_mbsencode_LDADD = $(LDADD) libcommon.la
check_PROGRAMS += test_byteswap
test_byteswap_SOURCES = tests/helpers/test_byteswap.c