summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2014-11-04 15:36:05 +0100
committerKarel Zak2014-11-04 15:36:05 +0100
commit9cf4f909110d9d230486ee335918615bab6065da (patch)
tree901154b3469024f383ff68377c39739fb799bea0 /lib/Makemodule.am
parentlib/loopdev: replace custom DBG() with include/debug.h (diff)
downloadkernel-qcow2-util-linux-9cf4f909110d9d230486ee335918615bab6065da.tar.gz
kernel-qcow2-util-linux-9cf4f909110d9d230486ee335918615bab6065da.tar.xz
kernel-qcow2-util-linux-9cf4f909110d9d230486ee335918615bab6065da.zip
lib/loopdev: remove test program
All is already covered by losetup and mount. The test program has never been used in our regression tests. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index 645090215..565294e5c 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -62,7 +62,6 @@ check_PROGRAMS += test_cpuset
endif
check_PROGRAMS += \
test_sysfs \
- test_loopdev \
test_pager
endif
@@ -106,10 +105,6 @@ test_sysfs_LDADD = libcommon.la
test_pager_SOURCES = lib/pager.c
test_pager_CFLAGS = -DTEST_PROGRAM
-
-test_loopdev_SOURCES = lib/loopdev.c
-test_loopdev_CFLAGS = -DTEST_PROGRAM_LOOPDEV
-test_loopdev_LDADD = libcommon.la
endif
test_fileutils_SOURCES = lib/fileutils.c