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