Setup for UnitTests

This commit is contained in:
michael starke
2013-07-11 00:23:30 +02:00
parent 515190a74e
commit ab0199e3dd
10 changed files with 295 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
//
// MPDatabaseCreation.h
// MacPass
//
// Created by Michael Starke on 10.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface MPDatabaseCreation : SenTestCase
@end