components/logilab-astng/Makefile
changeset 1310 ed3f9d06a78b
parent 1058 34d7aaa03423
child 1434 c782e620dd26
child 3661 47545fb8aed4
equal deleted inserted replaced
1309:27b67da05e40 1310:ed3f9d06a78b
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2013, 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=		logilab-astng
    28 COMPONENT_NAME=		logilab-astng
    39 include ../../make-rules/ips.mk
    39 include ../../make-rules/ips.mk
    40 include ../../make-rules/setup.py.mk
    40 include ../../make-rules/setup.py.mk
    41 
    41 
    42 # common targets
    42 # common targets
    43 
    43 
    44 build:		$(BUILD_32)
    44 build:		$(BUILD_NO_ARCH)
    45 
    45 
    46 install:	$(INSTALL_32)
    46 install:	$(INSTALL_NO_ARCH)
    47 
    47 
    48 # The tests are run using python 2.7 only and require that
    48 # The tests are run using python 2.7 only and require that
    49 # the python-27 package is installed (does not have to be the default python). 
    49 # the python-27 package is installed (does not have to be the default python). 
    50 # Testing using python-26 is done manually, since it requires
    50 # Testing using python-26 is done manually, since it requires
    51 # downloading and installing the unittest2 component (not part of Solaris).
    51 # downloading and installing the unittest2 component (not part of Solaris).
    80 # 242 test cases, 4 failures, 8 skipped
    80 # 242 test cases, 4 failures, 8 skipped
    81 # 6 modules OK (3 failed)
    81 # 6 modules OK (3 failed)
    82 # failures: unittest_builder [2/55], unittest_lookup [1/21], 
    82 # failures: unittest_builder [2/55], unittest_lookup [1/21], 
    83 # unittest_inference [1/75]
    83 # unittest_inference [1/75]
    84 
    84 
    85 test:		$(TEST_32)
    85 test:		$(TEST_NO_ARCH)
    86 
    86 
    87 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    87 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    88 
    88 
    89 include ../../make-rules/depend.mk
    89 include ../../make-rules/depend.mk