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