check_PROGRAMS += test_byteswap test_byteswap_SOURCES = tests/helpers/test_byteswap.c check_PROGRAMS += test_md5 test_md5_SOURCES = tests/helpers/test_md5.c lib/md5.c check_PROGRAMS += test_pathnames 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 check_PROGRAMS += test_uuidd test_uuidd_SOURCES = tests/helpers/test_uuidd.c test_uuidd_LDADD = libuuid.la -lpthread test_uuidd_CFLAGS = $(AM_CFLAGS) -I$(ul_libuuid_incdir)