diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ebe0dbb797..3b1d83006c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +19990710-15:00 Ryszard Glab + +* tests/working/Makefile + + added longstr2.prg + 19990710-14:00 Ryszard Glab * tests/working/Makefile diff --git a/harbour/tests/working/Makefile b/harbour/tests/working/Makefile index fd772c9923..7932f4f3df 100644 --- a/harbour/tests/working/Makefile +++ b/harbour/tests/working/Makefile @@ -53,6 +53,7 @@ PRG_SOURCES=\ iotest.prg \ iotest2.prg \ longstr.prg \ + longstr2.prg \ mankala.prg \ mathtest.prg \ mtran.prg \