* config/win/bcc32.cf
! Fixed to use response files with tlib, to avoid command line
length limits on some systems.
- tests/run_prg.bat
+ tests/run.bat
- tests/run_prg_all.bat
+ tests/run_all.bat
* Renamed to short name.
13 lines
157 B
Batchfile
13 lines
157 B
Batchfile
@rem
|
|
@rem $Id$
|
|
@rem
|
|
|
|
@echo off
|
|
|
|
rem ; Generate test_all.bat
|
|
call run_prg.bat test_all
|
|
|
|
rem ; Run test_all.bat
|
|
call test_all.bat
|
|
del test_all.bat
|