discuss-gnustep
[Top][All Lists]
Advanced

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

Unit testing


From: Ken Causey
Subject: Unit testing
Date: 11 Jun 2002 11:11:58 -0500

Hi,

I'm interested in doing some objective-c development for GNU/Linux and
am trying to make use of GNU Objective-C and the GNUStep framework. 
What I really need at this point is a good unit testing setup.  After
looking around it seems like OCUnit is recommended for using with
GNUStep.  (By the way, did anything ever come of GSUnit? 
http://www.wodeveloper.com/omniLists/webobjects-talk/2000/September/msg00008.html
 )  First, I found a page on GNUStep.net that refers to a patch 
(http://www.gnustep.net/software_developer.html) but that link doesn't work 
anymore.  A little digging led me to find that the file doesn't have the .gz 
extension any longer, although it is still gzipped.  However, this patch 
doesn't apply cleanly anymore and judging from the changelogs with OCUnit, it 
seems that at least some of the changes required for GNUStep have been applied.

I was able to get SenFoundation built.  But while trying to make
SenTestingKit I run into trouble

ken@temp:~/OCUnitSourceDistribution/OCUnit/SenTestingKit$ make
Makefile:70: /pb_makefiles/platform.make: No such file or directory
Makefile:74: /NextDeveloper/Makefiles/pb_makefiles/framework.make: No
such file or directory
make: *** No rule to make target
`/NextDeveloper/Makefiles/pb_makefiles/framework.make'.  Stop.

Using GSMakefile doesn't help

ken@temp:~/OCUnitSourceDistribution/OCUnit/SenTestingKit$ make -f
GSmakefile 
Making build-headers in subprojects of framework SenTestingKit...
WARNING: No GNUmakefile found for subproject Tests.subproj; using
'Makefile'
make[1]: Entering directory
`/home/ken/OCUnitSourceDistribution/OCUnit/SenTestingKit/Tests.subproj'
Makefile:46: /pb_makefiles/platform.make: No such file or directory
Makefile:50: /pb_makefiles/subproj.make: No such file or directory
make[1]: *** No rule to make target `/pb_makefiles/subproj.make'.  Stop.
make[1]: Leaving directory
`/home/ken/OCUnitSourceDistribution/OCUnit/SenTestingKit/Tests.subproj'
make: *** [SenTestingKit.build-headers.framework.subprojects] Error 2

All help and pointers greatly appreciated.

Ken Causey
ken@ineffable.com




reply via email to

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