xref: /xnu-11417.140.69/tools/tests/perf_index/perfindex-fault.c (revision 43a90889846e00bfb5cf1d255cdc0a701a1e05a4)
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, TESTFAULT);
10 }
11