From f4661248dacc623b396475984fe253dff5e656c0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 16 Jul 2009 19:59:17 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 10 ++++++++++ harbour/tests/rddtest/make_c53.bat | 8 ++++---- harbour/tests/run.bat | 9 --------- harbour/tests/run_all.bat | 12 ------------ 4 files changed, 14 insertions(+), 25 deletions(-) delete mode 100644 harbour/tests/run.bat delete mode 100644 harbour/tests/run_all.bat diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9c93964ed9..06784bbcef 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/tests/rddtest/make_c53.bat b/harbour/tests/rddtest/make_c53.bat index a2d74cb216..0e376c5ea0 100644 --- a/harbour/tests/rddtest/make_c53.bat +++ b/harbour/tests/rddtest/make_c53.bat @@ -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 diff --git a/harbour/tests/run.bat b/harbour/tests/run.bat deleted file mode 100644 index 07942e77be..0000000000 --- a/harbour/tests/run.bat +++ /dev/null @@ -1,9 +0,0 @@ -@rem -@rem $Id$ -@rem - -@echo off - -..\bin\harbour %1 -n -i..\include -gh -..\bin\hbrun %1 -del %1.hrb diff --git a/harbour/tests/run_all.bat b/harbour/tests/run_all.bat deleted file mode 100644 index b2fa556d04..0000000000 --- a/harbour/tests/run_all.bat +++ /dev/null @@ -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