summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index afc2156c7..6c3a1b0f3 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -45,6 +45,7 @@ check_PROGRAMS += \
test_at \
test_blkdev \
test_canonicalize \
+ test_colors \
test_fileutils \
test_ismounted \
test_mangle \
@@ -89,6 +90,9 @@ test_at_CFLAGS = -DTEST_PROGRAM_AT
test_strutils_SOURCES = lib/strutils.c
test_strutils_CFLAGS = -DTEST_PROGRAM
+test_colors_SOURCES = lib/colors.c
+test_colors_CFLAGS = -DTEST_PROGRAM
+
test_randutils_SOURCES = lib/randutils.c
test_randutils_CFLAGS = -DTEST_PROGRAM