summaryrefslogtreecommitdiffstats
path: root/tests/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers')
-rw-r--r--tests/helpers/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/helpers/Makefile.am b/tests/helpers/Makefile.am
index 26007d476..fa95b9efa 100644
--- a/tests/helpers/Makefile.am
+++ b/tests/helpers/Makefile.am
@@ -1,7 +1,9 @@
include $(top_srcdir)/config/include-Makefile.am
-noinst_PROGRAMS = test_sysinfo test_pathnames test_byteswap \
- test_md5
+noinst_PROGRAMS = \
+ test_byteswap \
+ test_md5 \
+ test_pathnames \
+ test_sysinfo
test_md5_SOURCES = test_md5.c $(top_srcdir)/lib/md5.c
-