components/openstack/swift/Makefile
branchs11-update
changeset 3482 79084a3d7cd3
parent 3178 77584387a894
child 3661 47545fb8aed4
child 4156 4b1def16fe9b
equal deleted inserted replaced
3477:3d935de46ca9 3482:79084a3d7cd3
    47 
    47 
    48 PKG_MACROS +=		PYVER=$(PYTHON_VERSIONS)
    48 PKG_MACROS +=		PYVER=$(PYTHON_VERSIONS)
    49 
    49 
    50 COMPONENT_TEST_DIR =	$(SOURCE_DIR)
    50 COMPONENT_TEST_DIR =	$(SOURCE_DIR)
    51 COMPONENT_TEST_CMD =	nosetests
    51 COMPONENT_TEST_CMD =	nosetests
       
    52 COMPONENT_TEST_ENV +=	SWIFT_TEST_CONFIG_FILE=$(SWIFT_TEST_CONFIG_FILE)
    52 COMPONENT_TEST_ARGS =	--with-xunit --xunit-file=$(BUILD_DIR)/nosetests-$(MACH).xml
    53 COMPONENT_TEST_ARGS =	--with-xunit --xunit-file=$(BUILD_DIR)/nosetests-$(MACH).xml
    53 COMPONENT_TEST_ARGS +=	test/unit
    54 COMPONENT_TEST_ARGS +=	test/unit
    54 
    55 
    55 # common targets
    56 # common targets
    56 build:		$(BUILD_NO_ARCH)
    57 build:		$(BUILD_NO_ARCH)