]> git.saurik.com Git - apple/security.git/blob - tests/TrustTests/DaemonTests/PersonalizationTests.m
Security-59754.80.3.tar.gz
[apple/security.git] / tests / TrustTests / DaemonTests / PersonalizationTests.m
1 //
2 // PersonalizationTests.m
3 // Security
4 //
5 //
6
7 #import <XCTest/XCTest.h>
8 #import <Foundation/Foundation.h>
9 #import "trust/trustd/personalization.h"
10
11 #import "TrustDaemonTestCase.h"
12
13 @interface PersonalizationTests: TrustDaemonTestCase
14 @end
15
16 @implementation PersonalizationTests
17
18
19 @end