Files
harbour-core/harbour/tests/run_all.bat
Viktor Szakats 6dce7a2023 2009-03-01 16:05 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* 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.
2009-03-01 15:06:53 +00:00

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