components/python/nose/Makefile
changeset 3735 70e97c209ac8
parent 2026 60c5e1a7c30e
child 3752 a1cd93fa2e49
equal deleted inserted replaced
3733:ef84d96c9e0e 3735:70e97c209ac8
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		nose
    28 COMPONENT_NAME=		nose
    68 # common targets
    68 # common targets
    69 build:		$(BUILD_NO_ARCH)
    69 build:		$(BUILD_NO_ARCH)
    70 
    70 
    71 install:	$(INSTALL_NO_ARCH)
    71 install:	$(INSTALL_NO_ARCH)
    72 
    72 
       
    73 # Note that it is currently not feasible to add master test file(s) for this
       
    74 # component because "chances are you will experience odd, intermittent and
       
    75 # unexplainable failures and errors" when using the multiprocess plug. See:
       
    76 # http://nose.readthedocs.org/en/latest/plugins/multiprocess.html
       
    77 # CR #20470423 has been filed to investigate these failures.
       
    78 
    73 test:		$(TEST_NO_ARCH)
    79 test:		$(TEST_NO_ARCH)
    74 
    80 
    75 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    81 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    76 
    82 
    77 include $(WS_TOP)/make-rules/depend.mk
    83 include $(WS_TOP)/make-rules/depend.mk