1check_PROGRAMS += test_mbsencode
2test_mbsencode_SOURCES = tests/helpers/test_mbsencode.c
3test_mbsencode_LDADD = $(LDADD) libcommon.la
4
5check_PROGRAMS += test_byteswap
6test_byteswap_SOURCES = tests/helpers/test_byteswap.c
7
8check_PROGRAMS += test_md5
9test_md5_SOURCES = tests/helpers/test_md5.c lib/md5.c
10
11check_PROGRAMS += test_sha1
12test_sha1_SOURCES = tests/helpers/test_sha1.c lib/sha1.c
13
14check_PROGRAMS += test_pathnames
15test_pathnames_SOURCES = tests/helpers/test_pathnames.c
16
17check_PROGRAMS += test_strerror
18test_strerror_SOURCES = tests/helpers/test_strerror.c
19
20check_PROGRAMS += test_sysinfo
21test_sysinfo_SOURCES = tests/helpers/test_sysinfo.c
22
23check_PROGRAMS += test_sigreceive
24test_sigreceive_SOURCES = tests/helpers/test_sigreceive.c
25test_sigreceive_LDADD = $(LDADD) libcommon.la
26
27check_PROGRAMS += test_tiocsti
28test_tiocsti_SOURCES = tests/helpers/test_tiocsti.c
29
30check_PROGRAMS += test_uuid_namespace
31test_uuid_namespace_SOURCES = tests/helpers/test_uuid_namespace.c \
32	libuuid/src/predefined.c libuuid/src/unpack.c libuuid/src/unparse.c
33
34