mirror of
https://github.com/macports/pallet.git
synced 2026-07-12 18:18:47 -07:00
git-svn-id: https://svn.macports.org/repository/macports/contrib/MacPorts_Framework@39835 d073be05-634f-4543-b044-5fe20cf6d1d6
23 lines
374 B
Objective-C
23 lines
374 B
Objective-C
//
|
|
// MPHelperToolTest.h
|
|
// MacPorts.Framework
|
|
//
|
|
// Created by George Armah on 8/5/08.
|
|
// Copyright 2008 Lafayette College. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
#import <Security/Security.h>
|
|
#import "MPInterpreter.h"
|
|
|
|
|
|
|
|
@interface MPHelperToolTest : SenTestCase {
|
|
MPInterpreter * interp;
|
|
}
|
|
|
|
//-(void) testMPHelperToolWithoutRights;
|
|
|
|
|
|
@end
|