]> err.no Git - util-linux/commitdiff
build-sys: remove unnecessary check-local target from login-utils/
authorKarel Zak <kzak@redhat.com>
Wed, 16 Apr 2008 20:04:46 +0000 (22:04 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 16 Apr 2008 20:04:46 +0000 (22:04 +0200)
We have all tests in the tests/ directory.

Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/Makefile.am

index a660dacb3600344246842032dcaf273bee8c46ee..5ed581b8503d8e098893fa6249312713c6612d91 100644 (file)
@@ -136,6 +136,3 @@ checktty_test_CPPFLAGS = -DMAIN_TEST_CHECKTTY $(AM_CPPFLAGS)
 islocal_test_SOURCES = islocal.c
 islocal_test_CPPFLAGS = -DMAIN_TEST_ISLOCAL $(AM_CPPFLAGS)
 
-check-local: islocal_test$(EXEEXT) checktty_test$(EXEEXT)
-       ./islocal_test$(EXEEXT)
-       ./checktty_test$(EXEEXT)