summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index 8e2b4eea4..bfe6471b2 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -60,6 +60,7 @@ endif
check_PROGRAMS += \
test_sysfs \
test_loopdev \
+ test_consoles \
test_pager
endif
@@ -102,6 +103,10 @@ test_pager_CFLAGS = -DTEST_PROGRAM
test_loopdev_SOURCES = lib/loopdev.c
test_loopdev_CFLAGS = -DTEST_PROGRAM_LOOPDEV
test_loopdev_LDADD = libcommon.la
+
+test_consoles_SOURCES = lib/consoles.c
+test_consoles_CFLAGS = -DTEST_PROGRAM
+test_consoles_LDADD = libcommon.la
endif
test_fileutils_SOURCES = lib/fileutils.c