]> git.saurik.com Git - apple/security.git/blobdiff - tests/TrustTests/DaemonTests/LoggingServerTests.m
Security-59306.140.5.tar.gz
[apple/security.git] / tests / TrustTests / DaemonTests / LoggingServerTests.m
index a577e8ee62ab4f125d9e70a7ab6f949ab0767b34..bbcbd5b10cbd4dc596a00b8e703cd7baaced13c1 100644 (file)
@@ -2,15 +2,16 @@
 //  LoggingServerTests.m
 //  Security
 //
-//  Created by Bailey Basile on 6/11/19.
 //
 
 #include <AssertMacros.h>
 #import <XCTest/XCTest.h>
 
-#import "../../../OSX/sec/securityd/SecTrustLoggingServer.h"
+#import "trust/trustd/SecTrustLoggingServer.h"
 
-@interface LoggingServerTests : XCTestCase
+#import "TrustDaemonTestCase.h"
+
+@interface LoggingServerTests : TrustDaemonTestCase
 @end
 
 @implementation LoggingServerTests