summaryrefslogtreecommitdiffstats
path: root/tests/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers')
-rw-r--r--tests/helpers/Makemodule.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/helpers/Makemodule.am b/tests/helpers/Makemodule.am
index 0228cb327..9724dae09 100644
--- a/tests/helpers/Makemodule.am
+++ b/tests/helpers/Makemodule.am
@@ -1,12 +1,12 @@
-noinst_PROGRAMS += test_byteswap
+check_PROGRAMS += test_byteswap
test_byteswap_SOURCES = tests/helpers/test_byteswap.c
-noinst_PROGRAMS += test_md5
+check_PROGRAMS += test_md5
test_md5_SOURCES = tests/helpers/test_md5.c lib/md5.c
-noinst_PROGRAMS += test_pathnames
+check_PROGRAMS += test_pathnames
test_pathnames_SOURCES = tests/helpers/test_pathnames.c
-noinst_PROGRAMS += test_sysinfo
+check_PROGRAMS += test_sysinfo
test_sysinfo_SOURCES = tests/helpers/test_sysinfo.c