xref: /xnu-10063.141.1/tests/bounded_ptr.cpp (revision d8b80295118ef25ac3a784134bcf95cd8e88109f)
1*d8b80295SApple OSS Distributions //
2*d8b80295SApple OSS Distributions // Test runner for all bounded_ptr tests.
3*d8b80295SApple OSS Distributions //
4*d8b80295SApple OSS Distributions 
5*d8b80295SApple OSS Distributions #include <darwintest.h>
6*d8b80295SApple OSS Distributions 
7*d8b80295SApple OSS Distributions T_GLOBAL_META(
8*d8b80295SApple OSS Distributions 	T_META_NAMESPACE("bounded_ptr"),
9*d8b80295SApple OSS Distributions 	T_META_CHECK_LEAKS(false),
10*d8b80295SApple OSS Distributions 	T_META_RUN_CONCURRENTLY(true)
11*d8b80295SApple OSS Distributions 	);
12