main.c   [plain text]


#include <stdio.h>

#include <CommonCrypto/CommonCrypto.h>
#include <CommonCrypto/CommonCryptoPriv.h>
#include "testenv.h"

int main (int argc, char * const *argv) {

    printf("WARNING: If running those tests on a device with a passcode, DONT FORGET TO UNLOCK!!!\n");
    tests_begin(argc, argv);
    return 0;
}