summaryrefslogtreecommitdiffstats
path: root/tests/helpers/Makemodule.am
blob: 9724dae0928423a0f770f4c2f8eb195641268547 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12

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