From 9cf4f909110d9d230486ee335918615bab6065da Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 4 Nov 2014 15:36:05 +0100 Subject: 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 --- lib/Makemodule.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/Makemodule.am') 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 -- cgit v1.2.3-55-g7522