Changeset 8722 for trunk/make
- Timestamp:
 - Jun 20, 2002, 1:17:57 AM (23 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/make/testsuite.tools.mk (modified) (2 diffs)
 
 
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 $ 2 2 3 3 # … … 23 23 # dir (files only) 24 24 TS_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.) 28 TS_LOGFILE = $(PATH_ROOT)\testsuite-$(BUILD_MODE).log 29 TS_EXEC = $(TOOL_REXX) $(PATH_TOOLS)\ExecTestcase.cmd $(TS_LOGFILE) 30 TS_EXEC_1 = $(TS_EXEC) $(MAKEFILE) 31 TS_EXEC_2 = $(TOOL_MAKE) 32  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  