]> git.saurik.com Git - apple/security.git/blobdiff - Security/regressions/test/testlist_begin.h
Security-57031.1.35.tar.gz
[apple/security.git] / Security / regressions / test / testlist_begin.h
diff --git a/Security/regressions/test/testlist_begin.h b/Security/regressions/test/testlist_begin.h
new file mode 100644 (file)
index 0000000..fc8a4c3
--- /dev/null
@@ -0,0 +1,10 @@
+/* This file contains an array of all test functions, last element is NULL */
+
+#undef ONE_TEST
+#undef DISABLED_ONE_TEST
+#undef OFF_ONE_TEST
+
+#define ONE_TEST(x) {#x, x, 0, 0 , 0, 0 },
+#define OFF_ONE_TEST(x) {#x, x, 1, 0 , 0, 0 },
+#define DISABLED_ONE_TEST(x)
+struct one_test_s testlist[] = {