1*94d3b452SApple OSS Distributions // 2*94d3b452SApple OSS Distributions // Test runner for all bounded_ptr tests. 3*94d3b452SApple OSS Distributions // 4*94d3b452SApple OSS Distributions 5*94d3b452SApple OSS Distributions #include <darwintest.h> 6*94d3b452SApple OSS Distributions 7*94d3b452SApple OSS Distributions T_GLOBAL_META( 8*94d3b452SApple OSS Distributions T_META_NAMESPACE("bounded_ptr"), 9*94d3b452SApple OSS Distributions T_META_CHECK_LEAKS(false), 10*94d3b452SApple OSS Distributions T_META_RUN_CONCURRENTLY(true) 11*94d3b452SApple OSS Distributions ); 12