components/tidy/Makefile
changeset 4732 d072001cb0ea
parent 4339 6501cf9c29f9
child 5682 94c0ca64c022
equal deleted inserted replaced
4731:88830c57334b 4732:d072001cb0ea
    69 
    69 
    70 # Master test results are the same for both 32-bit and 64-bit, so override
    70 # Master test results are the same for both 32-bit and 64-bit, so override
    71 # here, rather than create multiple identical master files.
    71 # here, rather than create multiple identical master files.
    72 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
    72 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
    73 
    73 
       
    74 COMPONENT_SYSTEM_TEST_ENV =	TIDY_BIN=/usr/bin/tidy
       
    75 COMPONENT_SYSTEM_TEST_DIR =	$(SOURCE_DIR)/test
       
    76 COMPONENT_SYSTEM_TEST_CMD =	./testall.sh
       
    77 COMPONENT_SYSTEM_TEST_TARGETS =
       
    78 
    74 ASLR_MODE = $(ASLR_ENABLE)
    79 ASLR_MODE = $(ASLR_ENABLE)
    75 
    80 
    76 # common targets
    81 # common targets
    77 configure:	$(CONFIGURE_32_and_64)
    82 configure:	$(CONFIGURE_32_and_64)
    78 
    83 
    81 install:	$(INSTALL_32_and_64) $(PROTODOCDIR)
    86 install:	$(INSTALL_32_and_64) $(PROTODOCDIR)
    82 		$(CP) -r $(SOURCE_DIR)/htmldoc/api $(PROTODOCDIR)
    87 		$(CP) -r $(SOURCE_DIR)/htmldoc/api $(PROTODOCDIR)
    83 
    88 
    84 test:		$(TEST_32_and_64)
    89 test:		$(TEST_32_and_64)
    85 
    90 
    86 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    91 system-test:    $(SYSTEM_TEST_32_and_64)
    87 
    92 
    88 REQUIRED_PACKAGES += developer/documentation-tool/doxygen
    93 REQUIRED_PACKAGES += developer/documentation-tool/doxygen
    89 REQUIRED_PACKAGES += system/library
    94 REQUIRED_PACKAGES += system/library