]> git.saurik.com Git - apple/security.git/blobdiff - secacltests/main.c
Security-57336.1.9.tar.gz
[apple/security.git] / secacltests / main.c
diff --git a/secacltests/main.c b/secacltests/main.c
new file mode 100644 (file)
index 0000000..9c408c3
--- /dev/null
@@ -0,0 +1,24 @@
+//
+//  main.c
+//  secacltests
+//
+//  Created by Vratislav Kužela on 06/05/15.
+//
+
+#include <stdio.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 * const *argv)
+{
+    int result = tests_begin(argc, argv);
+
+    fflush(stdout);
+    fflush(stderr);
+
+    return result;
+}