Files

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