From 84f42199a2ce682eeff92e2db0aada4e3f8221cf Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 6 Nov 2001 09:54:56 +0000 Subject: [PATCH] 2001-11-06 09:50 GMT Dave Pearson * tests/Makefile * testprof.prg was missing. Added. --- harbour/ChangeLog | 4 ++++ harbour/tests/Makefile | 1 + 2 files changed, 5 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6a4e38b418..7a454f1b7d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-11-06 09:50 GMT Dave Pearson + * tests/Makefile + * testprof.prg was missing. Added. + 2001-11-06 06:20 GMT -3 Luiz Rafael Culik * source/debug/dbgtarr.prg * Some enhacementes . Now you can use Page up/Page Down keys for movement diff --git a/harbour/tests/Makefile b/harbour/tests/Makefile index e39bee070a..7b290a6e32 100644 --- a/harbour/tests/Makefile +++ b/harbour/tests/Makefile @@ -135,6 +135,7 @@ PRG_SOURCES=\ testmem.prg \ testntx.prg \ testpre.prg \ + testprof.prg \ testrdd.prg \ testread.prg \ teststr.prg \