components/diffstat/Makefile
changeset 3685 b442aa168bd2
parent 3680 4dc408325e7e
child 3817 30b42c38bbc4
equal deleted inserted replaced
3684:35dbb100a986 3685:b442aa168bd2
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		diffstat
    25 COMPONENT_NAME=		diffstat
    26 COMPONENT_VERSION=	1.51
    26 COMPONENT_VERSION=	1.51
    38 include ../../make-rules/configure.mk
    38 include ../../make-rules/configure.mk
    39 include ../../make-rules/ips.mk
    39 include ../../make-rules/ips.mk
    40 
    40 
    41 CC += $(CC_BITS)
    41 CC += $(CC_BITS)
    42 
    42 
       
    43 COMPONENT_TEST_DIR =	$(SOURCE_DIR)
       
    44 COMPONENT_TEST_ENV =	PATH=$(@D):$(SOURCE_DIR):$(PATH)
       
    45 COMPONENT_TEST_CMD =	./testing/run_test.sh
       
    46 COMPONENT_TEST_ARGS =	./testing/case*.pat
       
    47 COMPONENT_TEST_TARGETS =
       
    48 
    43 ASLR_MODE = $(ASLR_ENABLE)
    49 ASLR_MODE = $(ASLR_ENABLE)
    44 
    50 
    45 configure:	$(CONFIGURE_64)
    51 configure:	$(CONFIGURE_64)
    46 
    52 
    47 build:		$(BUILD_64)
    53 build:		$(BUILD_64)