components/python/pysendfile/Makefile
changeset 6404 776ac4e2d089
parent 6399 6205769a2639
child 7687 1093e2a9adbd
equal deleted inserted replaced
6403:9d25dbe7eb71 6404:776ac4e2d089
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 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=		pysendfile
    28 COMPONENT_NAME=		pysendfile
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    45 
    45 
    46 COMPONENT_TEST_ARGS=	test/test_sendfile.py
    46 COMPONENT_TEST_ARGS=	test/test_sendfile.py
    47 COMPONENT_TEST_DIR=	$(SOURCE_DIR)
    47 COMPONENT_TEST_DIR=	$(SOURCE_DIR)
    48 COMPONENT_TEST_ENV=	PATH=$(PROTO_DIR)/usr/bin
    48 COMPONENT_TEST_ENV=	PATH=$(PROTO_DIR)/usr/bin
    49 COMPONENT_TEST_ENV +=	PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES)
    49 COMPONENT_TEST_ENV +=	PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES.32)
    50 COMPONENT_TEST_ENV +=	PYTHON_VERSION=$(PYTHON_VERSION)
    50 COMPONENT_TEST_ENV +=	PYTHON_VERSION=$(PYTHON_VERSION)
    51 
    51 
    52 # common targets
    52 # common targets
    53 build:		$(BUILD_32_and_64)
    53 build:		$(BUILD_32_and_64)
    54 
    54