components/logilab-common/Makefile
changeset 247 c57f32335aee
parent 181 87e11e685b1f
child 609 775168282b2f
equal deleted inserted replaced
246:0878f7720e3e 247:c57f32335aee
    41 build:		$(BUILD_32)
    41 build:		$(BUILD_32)
    42 
    42 
    43 install:	$(INSTALL_32)
    43 install:	$(INSTALL_32)
    44 
    44 
    45 # Expected failures for test target:
    45 # Expected failures for test target:
    46 # In unittest_modutils.py, one failure in
    46 # 722 test cases, 17 errors, 5 failures, 56 skipped
    47 # test_knownValues_is_standard_module_2 (unittest_modutils.is_standard_module_tc).
    47 # 43 modules OK (7 failed)
    48 # In unittest_shellutils.py, one error in
    48 COMPONENT_TEST_DIR = $(COMPONENT_SRC)
    49 # test_locked_for_one_hour (unittest_shellutils.AcquireLockTC).
    49 COMPONENT_TEST_CMD = bin/pytest
    50 # Summary: 361 test cases; 1 errors, 1 failures, 28 skipped; 23 modules OK (2 failed)
    50 COMPONENT_TEST_ARGS = test
    51 test:	build
    51 
    52 	(cd $(COMPONENT_SRC); $(ENV) - \
    52 test:	$(TEST_32)
    53 	PYTHONPATH=$(PROTO_DIR)/usr/lib/python2.6/vendor-packages \
       
    54 	bin/pytest test)
       
    55 
    53 
    56 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    54 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    57 
    55 
    58 include ../../make-rules/depend.mk
    56 include ../../make-rules/depend.mk