mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add interface for category ... needed on sme architectures in order to
get argumentds passed correctly.
This commit is contained in:
parent
c6df659d35
commit
5fd4dd1f16
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@
|
|||
}
|
||||
@end
|
||||
|
||||
@interface NSTask (TestHelper)
|
||||
+ (NSTask*) launchedHelperWithLaunchPath: (NSString*)_path
|
||||
arguments: (NSArray*)_args
|
||||
timeout: (NSTimeInterval)_wait;
|
||||
@end
|
||||
|
||||
@implementation NSTask (TestHelper)
|
||||
+ (NSTask*) launchedHelperWithLaunchPath: (NSString*)_path
|
||||
arguments: (NSArray*)_args
|
||||
|
|
Loading…
Reference in a new issue