From 2536d5b694658b0f874ef626ad79c1e0edb5f0c5 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Sat, 12 Mar 2005 02:25:42 +0000 Subject: [PATCH] Removed Testing from the makefile. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20900 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 +++++- GNUmakefile | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) 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