]>
git.saurik.com Git - apple/mdnsresponder.git/blob - Clients/dnssdutil/TestUtils.h
5 // Copyright (c) 2019 Apple Inc. All rights reserved.
11 #include <TargetConditionals.h>
13 #include <mach/mach.h>
19 #define DNSSDUTIL_XCTEST "DNSSDUTIL_XCTEST"
21 bool run_xctest_named(const char *classname
);
22 bool audit_token_for_pid(pid_t pid
, const audit_token_t
*token
);
28 #endif // __TestUtils_h