From: Karel Zak Date: Wed, 18 May 2011 09:14:32 +0000 (+0200) Subject: build-sys: disable lib/ at.c tests building X-Git-Tag: v2.20-rc1~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ddc96ac3c510c6237a554f211d3f07d0ea708de;p=thirdparty%2Futil-linux.git build-sys: disable lib/ at.c tests building Signed-off-by: Karel Zak --- diff --git a/lib/Makefile.am b/lib/Makefile.am index ebf1a52c85..a520a78516 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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