diff --git a/ChangeLog b/ChangeLog index 73da0e02..3a2a9fe0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ +2005-03-11 21:31 Gregory John Casamento + + * GNUmakefile: Remove Testing directory from makefile. + 2005-03-11 21:25 Gregory John Casamento - * GormTest: Removed the "GormTest" application. Since most + * Testing: Removed the "GormTest" application. Since most .gorm files use classes which will never be linked into that application and since the "test interface" functionality in Gorm itself provides the same functionality, this app is being diff --git a/GNUmakefile b/GNUmakefile index fc1e87e1..7193f674 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -38,8 +38,7 @@ include ./Version SUBPROJECTS = \ GormLib \ GormObjCHeaderParser \ - Palettes \ - Testing + Palettes # # MAIN APP