From: Karel Zak Date: Tue, 17 Jun 2014 10:45:28 +0000 (+0200) Subject: tests: remove test_wholedisk X-Git-Tag: v2.25-rc1~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8ae3d977bc4a07b96c9c3e916b8d84691236878;p=thirdparty%2Futil-linux.git tests: remove test_wholedisk Signed-off-by: Karel Zak --- diff --git a/lib/Makemodule.am b/lib/Makemodule.am index a31aef4711..78298691b4 100644 --- a/lib/Makemodule.am +++ b/lib/Makemodule.am @@ -55,8 +55,7 @@ check_PROGRAMS += \ test_procutils \ test_randutils \ test_strutils \ - test_ttyutils \ - test_wholedisk + test_ttyutils if LINUX if HAVE_CPU_SET_T @@ -80,9 +79,6 @@ test_ismounted_SOURCES = lib/ismounted.c test_ismounted_CFLAGS = -DTEST_PROGRAM test_ismounted_LDADD = libcommon.la -test_wholedisk_SOURCES = lib/wholedisk.c -test_wholedisk_CFLAGS = -DTEST_PROGRAM - test_mangle_SOURCES = lib/mangle.c test_mangle_CFLAGS = -DTEST_PROGRAM