components/logilab-astng/Makefile
changeset 247 c57f32335aee
parent 181 87e11e685b1f
child 609 775168282b2f
equal deleted inserted replaced
246:0878f7720e3e 247:c57f32335aee
    40 
    40 
    41 build:		$(BUILD_32)
    41 build:		$(BUILD_32)
    42 
    42 
    43 install:	$(INSTALL_32)
    43 install:	$(INSTALL_32)
    44 
    44 
       
    45 # COMPONENT_TEST_CMD = ./fulltest.sh
       
    46 # COMPONENT_TEST_ARGS = $(PYTHON_VERSION)
       
    47 
    45 # No runnable tests; the existing tests are missing a runtests.py
    48 # No runnable tests; the existing tests are missing a runtests.py
    46 # file, which isn't fixed until logilab-ast version 0.20.1.
    49 # file, which isn't fixed until logilab-ast version 0.20.1.
    47 # When logilab-astng is updated, we can change this test target to do:
    50 # When logilab-astng is updated, uncomment the above COMPONENT_TEST*
    48 #        (cd $(COMPONENT_SRC)/test; $(ENV) - \
    51 # variables and change $(NO_TESTS) below to $(TEST_32)
    49 #        PYTHONPATH=$(PROTO_DIR)/usr/lib/python2.6/vendor-packages \
    52 
    50 #        ./fulltest.sh)
       
    51 test:		$(NO_TESTS)
    53 test:		$(NO_TESTS)
    52 
    54 
    53 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    55 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    54 
    56 
    55 include ../../make-rules/depend.mk
    57 include ../../make-rules/depend.mk