components/imagemagick/Makefile
changeset 181 87e11e685b1f
parent 171 dbff1afe6b31
child 193 2785115729b6
equal deleted inserted replaced
180:4de0581be621 181:87e11e685b1f
    82 
    82 
    83 # ImageMagick tests have hard-coded absolute paths inside, so essentially they
    83 # ImageMagick tests have hard-coded absolute paths inside, so essentially they
    84 # can be run only after ImageMagick is actually installed and this is not 
    84 # can be run only after ImageMagick is actually installed and this is not 
    85 # possible, so the tests are not invoked.
    85 # possible, so the tests are not invoked.
    86 #
    86 #
    87 test:
    87 test:		$(NO_TESTS)
    88 	@echo "Tests can be run only after ImageMagick is installed."
    88 	@echo "Tests can be run only after ImageMagick is installed."
    89 
    89 
    90 BUILD_PKG_DEPENDENCIES= $(BUILD_TOOLS)
    90 BUILD_PKG_DEPENDENCIES= $(BUILD_TOOLS)
    91 
    91 
    92 include ../../make-rules/depend.mk
    92 include ../../make-rules/depend.mk