5 * Copyright (c) 2010,2012-2014 Apple Inc. All Rights Reserved.
13 #include <regressions/test/testenv.h>
16 #include <regressions/test/testlist_begin.h>
18 #include <regressions/test/testlist_end.h>
20 #include <dispatch/dispatch.h>
21 #include <CoreFoundation/CFRunLoop.h>
22 #include "keychain/ckks/CKKS.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");
31 SOSCloudKeychainServerInit();
34 dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT
, 0), ^{
35 int result
= tests_begin(argc
, argv
);