xref: /xnu-8796.121.2/tools/tests/perf_index/perfindex-zfod.c (revision c54f35ca767986246321eb901baf8f5ff7923f6a)
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