5 * Created by Fabrice Gautier on 8/26/10.
6 * Copyright (c) 2010,2012-2014 Apple Inc. All Rights Reserved.
14 #include <test/testenv.h>
17 #include <test/testlist_begin.h>
19 #include <test/testlist_end.h>
21 #include <dispatch/dispatch.h>
22 #include <CoreFoundation/CFRunLoop.h>
24 int main(int argc
, char *argv
[])
26 //printf("Build date : %s %s\n", __DATE__, __TIME__);
27 //printf("WARNING: If running those tests on a device with a passcode, DONT FORGET TO UNLOCK!!!\n");
30 SOSCloudKeychainServerInit();
33 dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT
, 0), ^{
34 int result
= tests_begin(argc
, argv
);