5 * Copyright (c) 2010,2012-2014 Apple Inc. All Rights Reserved.
13 #include <test/testenv.h>
16 #include <test/testlist_begin.h>
18 #include <test/testlist_end.h>
20 #include <dispatch/dispatch.h>
21 #include <CoreFoundation/CFRunLoop.h>
23 int main(int argc
, char *argv
[])
25 //printf("Build date : %s %s\n", __DATE__, __TIME__);
26 //printf("WARNING: If running those tests on a device with a passcode, DONT FORGET TO UNLOCK!!!\n");
29 SOSCloudKeychainServerInit();
32 dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT
, 0), ^{
33 int result
= tests_begin(argc
, argv
);