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