]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/perf_index/perfindex-fault.c
xnu-2782.1.97.tar.gz
[apple/xnu.git] / tools / tests / perf_index / perfindex-fault.c
diff --git a/tools/tests/perf_index/perfindex-fault.c b/tools/tests/perf_index/perfindex-fault.c
new file mode 100644 (file)
index 0000000..6c33f2b
--- /dev/null
@@ -0,0 +1,10 @@
+#include "perf_index.h"
+#include "test_fault_helper.h"
+
+DECL_SETUP {
+    return test_fault_setup();
+}
+
+DECL_TEST {
+    return test_fault_helper(thread_id, num_threads, length, TESTFAULT);
+}