1*19c3b8c2SApple OSS Distributions #include "perf_index.h" 2*19c3b8c2SApple OSS Distributions #include "test_fault_helper.h" 3*19c3b8c2SApple OSS Distributions 4*19c3b8c2SApple OSS Distributions DECL_SETUP { 5*19c3b8c2SApple OSS Distributions return test_fault_setup(); 6*19c3b8c2SApple OSS Distributions } 7*19c3b8c2SApple OSS Distributions 8*19c3b8c2SApple OSS Distributions DECL_TEST { 9*19c3b8c2SApple OSS Distributions return test_fault_helper(thread_id, num_threads, length, TESTZFOD); 10*19c3b8c2SApple OSS Distributions } 11