5 // Created by Fabrice Gautier on 5/29/13.
10 #include <regressions/test/testenv.h>
13 #include <regressions/test/testlist_begin.h>
15 #include <regressions/test/testlist_end.h>
17 #include "keychain/ckks/CKKS.h"
19 #include <securityd/spi.h>
21 int main(int argc, char * const *argv)
23 // secdtests should not run any CKKS. It's not entitled for CloudKit, and CKKS threading interferes with many of the tests.
28 int result = tests_begin(argc, argv);