libs-base/Testing
ayers 4e4df7b974 * Source/GSPrivate.h (GS_REPLACE_CONSTANT_STRING): New macro.
* Source/externs.m: Initialize constant strings statically.
	(GSBuildStrings): Replace static strings with dynamic
	versions.
	* Testing/benchmark.m: Added tests for NSString -hash and
	-copy.  Aligned ouput.
	* Testing/externs.m: New test.
	* Testing/GNUmakefile: Added externs.m test.  Activated
	ADDITIONAL_TOOLS tests excluding gstcpport tests.

	* Source/Additions/GSCategories.m: Adjust declared lock type.
	Added comment.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18058 72102866-910b-0410-8b05-ffd578937521
2003-11-06 21:11:39 +00:00
..
English.lproj
.cvsignore *** empty log message *** 2001-01-30 20:46:19 +00:00
.gdbinit
awake.m Header reorganizsateion - Please refer to ChangeLog 2003-07-31 23:49:32 +00:00
basic.m Header reorganizsateion - Please refer to ChangeLog 2003-07-31 23:49:32 +00:00
benchmark.m * Source/GSPrivate.h (GS_REPLACE_CONSTANT_STRING): New macro. 2003-11-06 21:11:39 +00:00
call.m GSFileHandle stuff for windoze 2002-06-30 09:19:30 +00:00
coder.m Header reorganizsateion - Please refer to ChangeLog 2003-07-31 23:49:32 +00:00
containers.m *** empty log message *** 2001-10-13 08:51:54 +00:00
diningPhilosophers.m Test fixups 2003-06-24 03:46:13 +00:00
exported-strings.m * Source/GSPrivate.h (GS_REPLACE_CONSTANT_STRING): New macro. 2003-11-06 21:11:39 +00:00
fref.m
GNUmakefile * Source/GSPrivate.h (GS_REPLACE_CONSTANT_STRING): New macro. 2003-11-06 21:11:39 +00:00
gslock.m * Headers/Additions/GNUstepBase/GSLock.h: Added missing 2003-10-30 13:44:55 +00:00
gstcpport-client.m Tidied removing some obsolete code. 2002-02-25 15:04:06 +00:00
gstcpport-server.m Tidied removing some obsolete code. 2002-02-25 15:04:06 +00:00
heap.m Header reorganizsateion - Please refer to ChangeLog 2003-07-31 23:49:32 +00:00
LoadMe.h
LoadMe.m Fix warnings 2003-05-30 02:54:49 +00:00
Makefile.postamble Removed old obsolete code 2003-10-15 10:44:38 +00:00
Makefile.preamble Header reorganizsateion - Please refer to ChangeLog 2003-07-31 23:49:32 +00:00
MyCategory.h
MyCategory.m
nsarchiver.m Header reorganizsateion - Please refer to ChangeLog 2003-07-31 23:49:32 +00:00
nsarray.m Tidyups and fixes. 2003-04-07 08:26:40 +00:00
nsattributedstring.m Attributed range fixes 2001-01-13 20:33:58 +00:00
nsbundle.m Various GSObjCRuntime usage cleanups. 2003-08-24 23:07:41 +00:00
nscharacterset.m
nsconnection.m NSConnection bugfix 2003-04-04 14:15:30 +00:00
nsconnection_client.m Updates for improved reference count management over DO. 2003-10-27 13:41:01 +00:00
nsconnection_server.m Updates for improved reference count management over DO. 2003-10-27 13:41:01 +00:00
NSData-test.m
nsdata.m
nsdate.m Merged in 1.6.0 branch 2003-03-23 07:06:27 +00:00
nsdictionary.m Tidyups and fixes. 2003-04-07 08:26:40 +00:00
nsfilehandle.m Darwin constant string class fixes and compiling 2002-01-03 20:39:12 +00:00
nsfilemanager.m Implement linking 2003-04-17 11:23:29 +00:00
nshashtable.m
nshost.m
nsinvocation.m Tidyups etc 2003-07-28 10:53:18 +00:00
nsmaptable.m
nsnotification.m Fix to include config.h in all cases 2002-04-18 06:02:22 +00:00
nsprocessinfo.m Added operating system methods 2002-04-08 15:31:59 +00:00
nsscanner.m Merged in 1.6.0 branch 2003-03-23 07:06:27 +00:00
nsset.m Darwin constant string class fixes and compiling 2002-01-03 20:39:12 +00:00
nstask.m mproved task handling under windoze. 2002-03-25 10:54:59 +00:00
nstimer.m * Testing/nstimer.m ([TestDouble -sayCount]): Quit test after 2003-07-07 11:20:03 +00:00
nstimezone.m Merged in 1.6.0 branch 2003-03-23 07:06:27 +00:00
nxst.m
oldserver.h Header reorganizsateion - Please refer to ChangeLog 2003-07-31 23:49:32 +00:00
prepend.m Header reorganizsateion - Please refer to ChangeLog 2003-07-31 23:49:32 +00:00
randoms.m Header reorganizsateion - Please refer to ChangeLog 2003-07-31 23:49:32 +00:00
README Test info 2003-05-27 02:27:04 +00:00
release.m Merged in 1.6.0 branch 2003-03-23 07:06:27 +00:00
SecondClass.h
SecondClass.m
server.h New testcase 2003-10-21 14:28:34 +00:00
string.m Include last encoding. 2003-08-13 03:29:13 +00:00
tcpport-client.m Header reorganizsateion - Please refer to ChangeLog 2003-07-31 23:49:32 +00:00
tcpport-server.m Header reorganizsateion - Please refer to ChangeLog 2003-07-31 23:49:32 +00:00
thread-except.m Merged 1.0 branch into main. 2001-04-10 03:27:01 +00:00
thread.m lockBeforeDate improvements. 2003-07-20 06:37:25 +00:00
values.m Simplified archiving 2001-12-03 12:44:33 +00:00
wgetopt.h Path fixes, etc, to work on MINGW. 2000-09-22 04:20:52 +00:00

These tests are mostly just samples of code that developers put together
to do quick checks to make sure things are working. This is not a
comprehensive test suite. Some tests don't say if they have passed or
not. Some tests do not even output anything. Some tests never quit!

If you want to run a comprehensive testsuite. Install gnustep-guile
(ftp://ftp.gnustep.org/pub/gnustep/libs) and run the gnustep testsuite
(ftp://ftp.gnustep.org/pub/gnustep/tests).