xref: /xnu-10002.61.3/tools/tests/perf_index/perfindex-zfod.c (revision 0f4c859e951fba394238ab619495c4e1d54d0f34)
1 #include "perf_index.h"
2 #include "test_fault_helper.h"
3 
4 DECL_SETUP {
5 	return test_fault_setup();
6 }
7 
8 DECL_TEST {
9 	return test_fault_helper(thread_id, num_threads, length, TESTZFOD);
10 }
11