]> git.saurik.com Git - apple/security.git/blame - sec/SOSCircle/Regressions/SOSCircle_regressions.h
Security-55471.14.18.tar.gz
[apple/security.git] / sec / SOSCircle / Regressions / SOSCircle_regressions.h
CommitLineData
427c49bc
A
1/* To add a test:
2 1) add it here
3 2) Add it as command line argument for SecurityTest.app in the Release and Debug schemes
4 */
5#include <test/testmore.h>
6
7ONE_TEST(sc_20_keynames)
8ONE_TEST(sc_30_peerinfo)
9ONE_TEST(sc_40_circle)
10OFF_ONE_TEST(sc_41_cloudcircle) // This is destructive to the cloud state
11OFF_ONE_TEST(sc_51_persistentEC)
12
13#ifdef NO_SERVER
14ONE_TEST(sc_60_peer)
15ONE_TEST(sc_70_engine)
16ONE_TEST(sc_75_circle_engine)
17#else
18OFF_ONE_TEST(sc_60_peer)
19OFF_ONE_TEST(sc_70_engine)
20OFF_ONE_TEST(sc_75_circle_engine)
21#endif
22
23OFF_ONE_TEST(sc_90_ckdclient)
24OFF_ONE_TEST(sc_95_ckd2client)
25OFF_ONE_TEST(sc_100_devicecircle)
26OFF_ONE_TEST(sc_101_accountsync)
27OFF_ONE_TEST(sc_102_cfusernotification)
28OFF_ONE_TEST(sc_103_syncupdate)
29OFF_ONE_TEST(sc_120_cloudcircle)
30ONE_TEST(sc_130_resignationticket)
31
32