]> git.saurik.com Git - apple/xnu.git/blame_incremental - tools/tests/perf_index/perfindex-zfod.c
xnu-3248.60.10.tar.gz
[apple/xnu.git] / tools / tests / perf_index / perfindex-zfod.c
... / ...
CommitLineData
1#include "perf_index.h"
2#include "test_fault_helper.h"
3
4DECL_SETUP {
5 return test_fault_setup();
6}
7
8DECL_TEST {
9 return test_fault_helper(thread_id, num_threads, length, TESTZFOD);
10}