]> git.saurik.com Git - apple/mdnsresponder.git/blob - Clients/dnssdutil/TestUtils.h
mDNSResponder-1096.100.3.tar.gz
[apple/mdnsresponder.git] / Clients / dnssdutil / TestUtils.h
1 //
2 // TestUtils.h
3 // mDNSResponder
4 //
5 // Copyright (c) 2019 Apple Inc. All rights reserved.
6 //
7
8 #ifndef __TestUtils_h
9 #define __TestUtils_h
10
11 #include <TargetConditionals.h>
12 #include <MacTypes.h>
13
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17
18 #define DNSSDUTIL_XCTEST "DNSSDUTIL_XCTEST"
19
20 Boolean TestUtilsRunXCTestNamed(const char * classname);
21
22 #ifdef __cplusplus
23 }
24 #endif
25
26 #endif // __TestUtils_h