Add interface for category ... needed on sme architectures in order to

get argumentds passed correctly.
This commit is contained in:
Richard Frith-Macdonald 2023-07-10 21:39:49 +01:00
parent c6df659d35
commit 5fd4dd1f16

View file

@ -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