Ignore:
Timestamp:
Jun 20, 2002, 1:16:55 AM (23 years ago)
Author:
bird
Message:

Restructured testcase execution a bit.

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:27 bird Exp $
     1# $Id: doxygen.mak,v 1.2 2002-06-19 23:16:36 bird Exp $
    22
    33#
     
    1212!include $(PATH_MAKE)\testsuite.tools.mk
    1313
     14
    1415# Testsuite config for the process include.
    1516TARGET_MODE = TESTCASE
     
    3334# Main rule, this runs all the other rulez.
    3435#
    35 testcase:   testcase-banner \
    36             $(BIN_FILES) \
    37             testcase-help \
    38             testcase-kFileFormatBase
     36testcase:   $(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
    3940    @$(ECHO) + Completed DoxyGen v1.2.16! $(CLRRST)
    40 
    41 testcase-banner:
    42     @$(ECHO) + Running testcases for DoxyGen v1.2.16! $(CLRRST)
    43 
    4441
    4542
     
    4845# BUGBUG: why doesn't DOXYGEN.EXE output an absolute path?
    4946#
    50 testcase-help: testcase-help-banner $(PATH_TARGET)\doxygen.help.stdout
     47testcase-help: $(PATH_TARGET)\doxygen.help.stdout
    5148    -1 $(TS_PEC) $(DOXYGEN) --help > $(PATH_TARGET)\stdout 2> $(PATH_TARGET)\stderr
    5249    $(TS_TEST_FILE_Z)   $(PATH_TARGET)\stderr
    5350    $(TS_TEST_FILE_NZ)  $(PATH_TARGET)\stdout
    5451    $(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)
    5952
    6053# This is the output of testcase-help
     
    9790# Testcase where we try to run doxygen on tools/common/kFileFormatBase.[cpp|h].
    9891#
    99 testcase-kFileFormatBase: testcase-kFileFormatBase-banner \
     92testcase-kFileFormatBase: \
    10093            $(PATH_TARGET)\kFileFormatBase.conf \
    10194            $(PATH_TARGET)\kFileFormatBase.stdout \
     
    113106    $(TS_TEST_DIR) $(PATH_TARGET)\man\man3
    114107    $(TS_TEST_FILE_NZ) $(PATH_TARGET)\man\man3\kFileFormatBase.3
    115     @$(ECHO) * kFileFormatBase done!$(CLRRST)
    116 
    117 testcase-kFileFormatBase-banner:
    118     @$(ECHO) * kFileFormatBase$(CLRRST)
    119108
    120109
Note: See TracChangeset for help on using the changeset viewer.