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