mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 02:01:03 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32187 72102866-910b-0410-8b05-ffd578937521
17 lines
355 B
Objective-C
17 lines
355 B
Objective-C
/*
|
|
copyright 2004 Alexander Malmberg <alexander@malmberg.org>
|
|
|
|
Test -base's cluster of NSString classes. This tests the optimized
|
|
implementations of many NSString methods in GSString and its subclasses.
|
|
*/
|
|
|
|
#import "NSString_tests.h"
|
|
|
|
#import <Foundation/NSString.h>
|
|
|
|
int main(int argc,char **argv)
|
|
{
|
|
TestNSStringClass([NSString class]);
|
|
return 0;
|
|
}
|
|
|