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