components/rabbitmq/Makefile
changeset 1751 2c57b522c401
parent 1487 d2b165c7a310
child 1948 2d1537e7942d
equal deleted inserted replaced
1750:cae903cb1692 1751:2c57b522c401
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, 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=		rabbitmq-server
    28 COMPONENT_NAME=		rabbitmq-server
    49 build:		$(BUILD_32)
    49 build:		$(BUILD_32)
    50 
    50 
    51 # The install target in the rabbitmq makefile isn't useful to us.
    51 # The install target in the rabbitmq makefile isn't useful to us.
    52 install:
    52 install:
    53 
    53 
    54 test:		$(TEST_32)
    54 # We delegate the running of the tests to a script because it's easier to find
       
    55 # and use unique free ports in a single process, and it's easier to make sure
       
    56 # that we don't leave any servers running if the tests themselves fail.
       
    57 test:
       
    58 	$(PYTHON) test.py $(TEST_32)
    55 
    59 
    56 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    60 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    57 
    61 
    58 PKG_PROTO_DIRS +=	$(COMPONENT_DIR)/files
    62 PKG_PROTO_DIRS +=	$(COMPONENT_DIR)/files
    59 
    63