summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2012-07-30 17:59:16 +0200
committerKarel Zak2012-07-30 17:59:16 +0200
commit922e6775e0c731c7155e80de4cca3cd74fca2f9a (patch)
tree464a67b93b8ff55cdc214e63a25c3dfb8f730c10 /lib/Makemodule.am
parenttests: remove lt- prefixes (diff)
downloadkernel-qcow2-util-linux-922e6775e0c731c7155e80de4cca3cd74fca2f9a.tar.gz
kernel-qcow2-util-linux-922e6775e0c731c7155e80de4cca3cd74fca2f9a.tar.xz
kernel-qcow2-util-linux-922e6775e0c731c7155e80de4cca3cd74fca2f9a.zip
build-sys: move tests to check_PROGRAMS
Thanks to Mike Frysinger. Signed-off-by: Karel Zak <kzak@redhat.com>
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