summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index 064cc9f4e..6a6e9b259 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -34,7 +34,7 @@ if !HAVE_LANGINFO
libcommon_la_SOURCES += lib/langinfo.c
endif
-noinst_PROGRAMS += \
+check_PROGRAMS += \
test_at \
test_blkdev \
test_canonicalize \
@@ -50,9 +50,9 @@ noinst_PROGRAMS += \
if LINUX
if HAVE_CPU_SET_T
-noinst_PROGRAMS += test_cpuset
+check_PROGRAMS += test_cpuset
endif
-noinst_PROGRAMS += \
+check_PROGRAMS += \
test_sysfs \
test_loopdev
endif