components/python/waitress/Makefile
changeset 4286 a7f757b12343
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
4285:62b9e629e113 4286:a7f757b12343
    44 COMPONENT_TEST_DIR=     $(SOURCE_DIR)
    44 COMPONENT_TEST_DIR=     $(SOURCE_DIR)
    45 COMPONENT_TEST_ARGS=    setup.py test
    45 COMPONENT_TEST_ARGS=    setup.py test
    46 
    46 
    47 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    48 
    48 
       
    49 #Skipping this during automated tests since it hangs sometimes
       
    50 $(SKIP_TEST_AT_TOP_LEVEL)
       
    51 
    49 # common targets
    52 # common targets
    50 build:		$(BUILD_NO_ARCH)
    53 build:		$(BUILD_NO_ARCH)
    51 
    54 
    52 install:	$(INSTALL_NO_ARCH)
    55 install:	$(INSTALL_NO_ARCH)
    53 
    56