Skip to content

Commit

Permalink
Add interface for category ... needed on sme architectures in order to
Browse files Browse the repository at this point in the history
get argumentds passed correctly.
  • Loading branch information
Richard Frith-Macdonald committed Jul 10, 2023
1 parent c6df659 commit 5fd4dd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/base/NSURL/Helpers/Launch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fd4dd1

Please sign in to comment.