Changeset 8721 for trunk/testsuite/cui/doxygen.mak
- Timestamp:
- Jun 20, 2002, 1:16:55 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testsuite/cui/doxygen.mak
r8710 r8721 1 # $Id: doxygen.mak,v 1. 1 2002-06-19 01:59:27bird Exp $1 # $Id: doxygen.mak,v 1.2 2002-06-19 23:16:36 bird Exp $ 2 2 3 3 # … … 12 12 !include $(PATH_MAKE)\testsuite.tools.mk 13 13 14 14 15 # Testsuite config for the process include. 15 16 TARGET_MODE = TESTCASE … … 33 34 # Main rule, this runs all the other rulez. 34 35 # 35 testcase: testcase-banner \36 $(BIN_FILES) \37 testcase-help \38 36 testcase: $(BIN_FILES) 37 @$(ECHO) + Running testcases for DoxyGen v1.2.16! $(CLRRST) 38 $(TS_EXEC_1) "help" $(TS_EXEC_2) testcase-help 39 $(TS_EXEC_1) "kFileFormatBase" $(TS_EXEC_2) testcase-kFileFormatBase 39 40 @$(ECHO) + Completed DoxyGen v1.2.16! $(CLRRST) 40 41 testcase-banner:42 @$(ECHO) + Running testcases for DoxyGen v1.2.16! $(CLRRST)43 44 41 45 42 … … 48 45 # BUGBUG: why doesn't DOXYGEN.EXE output an absolute path? 49 46 # 50 testcase-help: testcase-help-banner$(PATH_TARGET)\doxygen.help.stdout47 testcase-help: $(PATH_TARGET)\doxygen.help.stdout 51 48 -1 $(TS_PEC) $(DOXYGEN) --help > $(PATH_TARGET)\stdout 2> $(PATH_TARGET)\stderr 52 49 $(TS_TEST_FILE_Z) $(PATH_TARGET)\stderr 53 50 $(TS_TEST_FILE_NZ) $(PATH_TARGET)\stdout 54 51 $(TS_SED) "s/ [.][.].*\\doxygen.exe/ DOXYGEN.EXE/I" $(PATH_TARGET)\stdout | $(TS_CMP) - $(PATH_TARGET)\doxygen.help.stdout 55 @$(ECHO) ++ help done!$(CLRRST)56 57 testcase-help-banner:58 @$(ECHO) ++ help$(CLRRST)59 52 60 53 # This is the output of testcase-help … … 97 90 # Testcase where we try to run doxygen on tools/common/kFileFormatBase.[cpp|h]. 98 91 # 99 testcase-kFileFormatBase: testcase-kFileFormatBase-banner\92 testcase-kFileFormatBase: \ 100 93 $(PATH_TARGET)\kFileFormatBase.conf \ 101 94 $(PATH_TARGET)\kFileFormatBase.stdout \ … … 113 106 $(TS_TEST_DIR) $(PATH_TARGET)\man\man3 114 107 $(TS_TEST_FILE_NZ) $(PATH_TARGET)\man\man3\kFileFormatBase.3 115 @$(ECHO) * kFileFormatBase done!$(CLRRST)116 117 testcase-kFileFormatBase-banner:118 @$(ECHO) * kFileFormatBase$(CLRRST)119 108 120 109
Note:
See TracChangeset
for help on using the changeset viewer.