]> git.saurik.com Git - apple/security.git/blobdiff - sectests/main.c
Security-57031.1.35.tar.gz
[apple/security.git] / sectests / main.c
diff --git a/sectests/main.c b/sectests/main.c
deleted file mode 100644 (file)
index 7d2290d..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- *  main.c
- *  Security
- *
- *  Created by Fabrice Gautier on 8/7/12.
- *  Copyright 2012 Apple, Inc. All rights reserved.
- *
- */
-
-#include <stdio.h>
-#include <unistd.h>
-
-#include "test/testenv.h"
-
-#include "testlist.h"
-#include <test/testlist_begin.h>
-#include "testlist.h"
-#include <test/testlist_end.h>
-
-int main(int argc, char *argv[])
-{
-    printf("Build date : %s %s\n", __DATE__, __TIME__);
-
-    int result = tests_begin(argc, argv);
-
-    fflush(stderr);
-    fflush(stdout);
-
-    sleep(1);
-
-    return result;
-}