discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unit testing


From: Chris B . Vetter
Subject: Re: Unit testing
Date: Tue, 11 Jun 2002 11:20:46 -0700

On 11 Jun 2002 11:11:58 -0500
Ken Causey <ken@ineffable.com> wrote:
[...]
> I was able to get SenFoundation built.  But while trying to make
> SenTestingKit I run into trouble

Get Openstep2GNU from ftp://ftp.gnustep.org/pub/gnustep/contrib/ and run
it inside the SenTestingKit directory.

You need to 'patch' the resulting GNUmakefile:

--- GNUmakefile.old     Tue Jun 11 11:18:26 2002
+++ GNUmakefile Tue Jun 11 11:18:28 2002
@@ -1,6 +1,6 @@
-ifeq "$(GNUSTEP_SYSTEM_ROOT)" ""
-  include Makefile
-else
+# ifeq "$(GNUSTEP_SYSTEM_ROOT)" ""
+#  include Makefile
+# else
 
 GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
 GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
@@ -17,6 +17,7 @@
 #
 
 Unknown_project_type_in_conversion_Framework = SenTestingKit
+FRAMEWORK_NAME = SenTestingKit
 
 PROJECTVERSION = 2.8
 PROJECT_TYPE = Framework
@@ -83,7 +84,8 @@
 
 -include GNUmakefile.preamble
 
+include $(GNUSTEP_MAKEFILES)/framework.make
 
 -include GNUmakefile.postamble
 
-endif
+# endif

-- 
Chris



reply via email to

[Prev in Thread] Current Thread [Next in Thread]