components/perl_modules/authen-pam/Makefile
changeset 2202 bdd578af07ee
parent 2000 a55999d4dec9
child 3736 bf9abbe60d37
equal deleted inserted replaced
2201:861310b6f3b2 2202:bdd578af07ee
    61     PERL5LIB=$(@D)/blib/lib:$(@D)/blib/arch $(PERL) test/PAM_NO_AUTHTOK_CHECK.pl
    61     PERL5LIB=$(@D)/blib/lib:$(@D)/blib/arch $(PERL) test/PAM_NO_AUTHTOK_CHECK.pl
    62 
    62 
    63 #
    63 #
    64 # Must have xml-parser installed for these tests to pass.
    64 # Must have xml-parser installed for these tests to pass.
    65 #
    65 #
    66 test:		$(TEST_32_and_64)
    66 test:		
       
    67 		if tty -s; then  $(MAKE) realtest; else echo 'Skipping tests'; fi
       
    68 
       
    69 realtest:	$(TEST_32_and_64)
    67 
    70 
    68 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    71 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    69 
    72 
    70 include $(WS_TOP)/make-rules/depend.mk
    73 include $(WS_TOP)/make-rules/depend.mk