]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: disable lib/ at.c tests building
authorKarel Zak <kzak@redhat.com>
Wed, 18 May 2011 09:14:32 +0000 (11:14 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 18 May 2011 09:14:32 +0000 (11:14 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/Makefile.am

index ebf1a52c851efb2e0fc77c35afe5630d202f022f..a520a785160eeb425688cf099194bf08c1300645 100644 (file)
@@ -3,7 +3,7 @@ include $(top_srcdir)/config/include-Makefile.am
 AM_CPPFLAGS += -DTEST_PROGRAM
 
 noinst_PROGRAMS = test_blkdev test_ismounted test_wholedisk test_mangle \
-                 test_tt test_canonicalize test_at test_strutils test_procutils
+                 test_tt test_canonicalize test_strutils test_procutils
 if LINUX
 if HAVE_CPU_SET_T
 noinst_PROGRAMS += test_cpuset test_sysfs
@@ -14,7 +14,7 @@ test_blkdev_SOURCES = blkdev.c
 test_ismounted_SOURCES = ismounted.c
 test_wholedisk_SOURCES = wholedisk.c
 test_mangle_SOURCES = mangle.c
-test_at_SOURCES = at.c
+#test_at_SOURCES = at.c
 test_strutils_SOURCES = strutils.c
 test_procutils_SOURCES = procutils.c
 if LINUX