2009-07-16 21:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* tests/rddtest/make_c53.bat
    * Minor formatting.

  - tests/run.bat
  - tests/run_all.bat
    - Deleted. We need some portable concept here, but my guess is 
      that it's been a very long time since anyonw tried to run all 
      test program in a row.
This commit is contained in:
Viktor Szakats
2009-07-16 19:59:17 +00:00
parent 7f131cdb61
commit f4661248da
4 changed files with 14 additions and 25 deletions

View File

@@ -17,6 +17,16 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-16 21:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* tests/rddtest/make_c53.bat
* Minor formatting.
- tests/run.bat
- tests/run_all.bat
- Deleted. We need some portable concept here, but my guess is
that it's been a very long time since anyonw tried to run all
test program in a row.
2009-07-16 21:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/rules.cf
* config/global.cf

View File

@@ -1,7 +1,8 @@
@rem
@rem $Id$
@rem
@echo off
rem
rem $Id$
rem
rem DBFCDX
clipper rddmktst /m/n/w/es2/d_TEST_DESCEND_ /d_TEST_UNIQUE_ /d_TEST_SCOPE_ /d_TEST_CMPDIDX_
@@ -39,6 +40,5 @@ if errorlevel 1 goto ERROR
exospace fi adscl53 lib _dbfcdx, dbfcdx
if errorlevel 1 goto ERROR
:ERROR
if exist *.obj del *.obj

View File

@@ -1,9 +0,0 @@
@rem
@rem $Id$
@rem
@echo off
..\bin\harbour %1 -n -i..\include -gh
..\bin\hbrun %1
del %1.hrb

View File

@@ -1,12 +0,0 @@
@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