Changeset 8722 for trunk/make


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

Added TS_EXEC(_*) and TS_LOGFILE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/testsuite.tools.mk

    r8716 r8722  
    1 # $Id: testsuite.tools.mk,v 1.2 2002-06-19 02:17:07 bird Exp $
     1# $Id: testsuite.tools.mk,v 1.3 2002-06-19 23:17:57 bird Exp $
    22
    33#
     
    2323# dir (files only)
    2424TS_DIR_B        = dir /B /ON
     25
     26# log file and how to execute testcases.
     27# (The _1 and _2 macros are the common parts of a TS_EXEC commandline.)
     28TS_LOGFILE      = $(PATH_ROOT)\testsuite-$(BUILD_MODE).log
     29TS_EXEC         = $(TOOL_REXX) $(PATH_TOOLS)\ExecTestcase.cmd $(TS_LOGFILE)
     30TS_EXEC_1       = $(TS_EXEC) $(MAKEFILE)
     31TS_EXEC_2       = $(TOOL_MAKE)
     32
Note: See TracChangeset for help on using the changeset viewer.